aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorKeader <keader.android@gmail.com>2020-10-14 08:31:15 -0300
committerShauren <shauren.trinity@gmail.com>2022-02-28 21:37:37 +0100
commit649716f82734dda99303ff43aa696c1e91289f13 (patch)
tree850fe75167bffca3790a38acddacc13ae34b3896 /sql
parent1bbf61ef02061bfbc80e5293b4d4de0ad4560d36 (diff)
Scripts/ICC: Some fixes in Valkyr Shadowguard (#25572)
- Added missing transformation spell - Fixed Soul Siphon casted in random targets. It should always cast in top threat player. - Fixed combat reach of transformation (cherry picked from commit 5fee99bdbcabefca9b27308053f68d947c169b22)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2022_02_28_31_world_2020_10_14_00_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_02_28_31_world_2020_10_14_00_world.sql b/sql/updates/world/master/2022_02_28_31_world_2020_10_14_00_world.sql
new file mode 100644
index 00000000000..0705714d5d6
--- /dev/null
+++ b/sql/updates/world/master/2022_02_28_31_world_2020_10_14_00_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `creature_model_info` SET `CombatReach`=3 WHERE `DisplayID`=31312;