From 5fee99bdbcabefca9b27308053f68d947c169b22 Mon Sep 17 00:00:00 2001 From: Keader Date: Wed, 14 Oct 2020 08:31:15 -0300 Subject: 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 --- sql/updates/world/3.3.5/2020_10_14_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_10_14_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2020_10_14_00_world.sql b/sql/updates/world/3.3.5/2020_10_14_00_world.sql new file mode 100644 index 00000000000..0705714d5d6 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_10_14_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_model_info` SET `CombatReach`=3 WHERE `DisplayID`=31312; -- cgit v1.2.3