[Help] Alliance
Posted: Wed Sep 16, 2009 1:12 pm
Hi,
How can i delete all alliance in the server? thx
How can i delete all alliance in the server? thx
Code: Select all
UPDATE clan_data SET ally_id = 0;UPDATE clan_data SET ally_name = NULL;UPDATE clan_data SET ally_crest_id = 0;
Code: Select all
UPDATE clan_data SET ally_id = 0, ally_name = NULL, ally_crest_id = 0, ally_penalty_expiry_time = 0, ally_penalty_type = 0;