mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/NPCs: Set BaseAttackTime and RangeAttack to 2000 where these values were 0
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
UPDATE `creature_template` SET `BaseAttackTime`=2000 WHERE `BaseAttackTime` = 0;
|
||||
UPDATE `creature_template` SET `RangeAttackTime`=2000 WHERE `RangeAttackTime` = 0;
|
||||
Reference in New Issue
Block a user