Castle Guards
Posted: Mon Aug 03, 2009 10:09 am
Can anyone tell me how do I disable Castle Guards on a Gracia Final server?
Code: Select all
DELETE from castle_siege_guards where id LIKE '%2';DELETE from castle_siege_guards where id LIKE '%3';DELETE from castle_siege_guards where id LIKE '%5';DELETE from castle_siege_guards where id LIKE '%6';DELETE from castle_siege_guards where id LIKE '%8';DELETE from castle_siege_guards where id LIKE '%9';