aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2021-06-10 21:10:50 +0300
committerShauren <shauren.trinity@gmail.com>2022-03-11 01:41:59 +0100
commit81f76397c6b7ec13b7179535f45c518487c38d42 (patch)
treead0a8d8ddd77a329bacee29dc4d76107a1a6b19f
parent4bdf5261e6e950aff19a543a7cc103163dd44ac5 (diff)
DB/Creature: Fix speed of Spark of Ionar
(cherry picked from commit 7e67ea74bfe3636e91b2551add155996b5861742)
-rw-r--r--sql/updates/world/master/2022_03_10_35_world_2021_06_10_01_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_10_35_world_2021_06_10_01_world.sql b/sql/updates/world/master/2022_03_10_35_world_2021_06_10_01_world.sql
new file mode 100644
index 00000000000..0d7860a4533
--- /dev/null
+++ b/sql/updates/world/master/2022_03_10_35_world_2021_06_10_01_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `creature_template` SET `speed_walk` = 3/2.5, `speed_run` = 4/7 WHERE `entry` IN (28926,31867);