mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-19 03:45:43 +00:00
fix(DB/creature_template): aet RangeAttackTime to default value (#4767)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1615275106559909076');
|
||||
|
||||
-- Reset ranged attack times
|
||||
UPDATE `creature_template` SET `RangeAttackTime` = 2000;
|
||||
Reference in New Issue
Block a user