aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorGustavo <sirikfoll@hotmail.com>2017-02-24 08:20:20 -0300
committerShauren <shauren.trinity@gmail.com>2017-02-24 12:20:20 +0100
commit4224259d83c336ef46fa627a8ba0015200a788eb (patch)
tree9abd9691fca857b8d2e7144ace9222d3f4b4c10f /sql/updates
parentd93901837101b369e298155133b5add43f50545b (diff)
Core/Unit: Correct speed calculus when affected by SPELL_AURA_MOD_MINIMUM_SPEED (#18136)
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/3.3.5/2017_02_24_00_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_02_24_00_world.sql b/sql/updates/world/3.3.5/2017_02_24_00_world.sql
new file mode 100644
index 00000000000..c22e3b7db94
--- /dev/null
+++ b/sql/updates/world/3.3.5/2017_02_24_00_world.sql
@@ -0,0 +1,2 @@
+-- Val'kyr Shadowguard (Icecrown Citadel/Lich King, all 4 difficulties)
+UPDATE `creature_template` SET `speed_run`=0.642857 WHERE `entry` IN (36609,39120,39121,39122);