DB/NPCs: Set BaseAttackTime and RangeAttack to 2000 where these values were 0

This commit is contained in:
DDuarte
2014-09-06 16:53:15 +01:00
parent c9f865f804
commit 8ec98b4e13

View File

@@ -0,0 +1,2 @@
UPDATE `creature_template` SET `BaseAttackTime`=2000 WHERE `BaseAttackTime` = 0;
UPDATE `creature_template` SET `RangeAttackTime`=2000 WHERE `RangeAttackTime` = 0;