fix(DB/creature_template): aet RangeAttackTime to default value (#4767)

This commit is contained in:
Peter
2021-04-01 17:36:23 +02:00
committed by GitHub
parent 0bbe5fa450
commit 9c103ed83c

View File

@@ -0,0 +1,4 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1615275106559909076');
-- Reset ranged attack times
UPDATE `creature_template` SET `RangeAttackTime` = 2000;