From b7b1c2df790f1eb9203f084045e90ee5f9e1ebb5 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. --- sql/updates/world/3.3.5/2021_02_22_02_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2021_02_22_02_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2021_02_22_02_world.sql b/sql/updates/world/3.3.5/2021_02_22_02_world.sql new file mode 100644 index 00000000000..97d83c743be --- /dev/null +++ b/sql/updates/world/3.3.5/2021_02_22_02_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `RangeAttackTime` = 2000; -- cgit v1.2.3