mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-31 14:17:28 +01:00
DB/Creature: Set RangeAttackTime to default value
Don't see the point of holding old funny values of TBC and classic creatures and at the same time let parser update it every time to default value.
This commit is contained in:
2
sql/updates/world/3.3.5/2021_02_22_02_world.sql
Normal file
2
sql/updates/world/3.3.5/2021_02_22_02_world.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
--
|
||||
UPDATE `creature_template` SET `RangeAttackTime` = 2000;
|
||||
Reference in New Issue
Block a user