diff options
| author | Keader <keader.android@gmail.com> | 2020-10-14 08:31:15 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-14 08:31:15 -0300 |
| commit | 5fee99bdbcabefca9b27308053f68d947c169b22 (patch) | |
| tree | 4aa66fe56196018925c684220de84da8166854ba /sql | |
| parent | 684910a230b2e8e780ad24bc0c4eece835bc249a (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
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2020_10_14_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
