aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2021-02-22 17:15:19 +0200
committerShauren <shauren.trinity@gmail.com>2022-03-06 22:48:08 +0100
commit80d2075e01e56f293ced847d8ce38003d60e0e0c (patch)
treef96b3ecbc4a5a6f12e2181c3c792c3bc3319a720
parentb9a27585e203061c6ac971202c30e82c31d4ee5d (diff)
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)
-rw-r--r--sql/updates/world/master/2022_03_06_65_world_2021_02_22_02_world.sql2
1 files changed, 2 insertions, 0 deletions
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;