fix(DB/creature_template): aet RangeAttackTime to default value (#4767)
This commit is contained in:
parent
0bbe5fa450
commit
9c103ed83c
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1615275106559909076');
|
||||
|
||||
-- Reset ranged attack times
|
||||
UPDATE `creature_template` SET `RangeAttackTime` = 2000;
|
||||
Loading…
Add table
Add a link
Reference in a new issue