From 80d2075e01e56f293ced847d8ce38003d60e0e0c Mon Sep 17 00:00:00 2001 From: offl Date: Mon, 22 Feb 2021 17:15:19 +0200 Subject: 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. (cherry picked from commit b7b1c2df790f1eb9203f084045e90ee5f9e1ebb5) --- sql/updates/world/master/2022_03_06_65_world_2021_02_22_02_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2022_03_06_65_world_2021_02_22_02_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2022_03_06_65_world_2021_02_22_02_world.sql b/sql/updates/world/master/2022_03_06_65_world_2021_02_22_02_world.sql new file mode 100644 index 00000000000..97d83c743be --- /dev/null +++ b/sql/updates/world/master/2022_03_06_65_world_2021_02_22_02_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `RangeAttackTime` = 2000; -- cgit v1.2.3