diff options
author | offl <offl@users.noreply.github.com> | 2018-01-07 14:16:24 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-05-16 21:56:06 +0200 |
commit | 0f005c3686012e2c0403974e89cd1c3ba777450d (patch) | |
tree | c6a1ce1fadb577cc0216a3677ff30e11b3745e23 | |
parent | 7ba1afdbfb7a71435e34ade76d9bf78fa299d62d (diff) |
DB/Creature: Skulking Witch invisibility
- Greater Invisibility missing in Heroic mode
- replace Normal spell ID with sniff value
Closes #21166
(cherry picked from commit 38d0c1e940bd8679e42e5336118c5b9fc65a3cdf)
-rw-r--r-- | sql/updates/world/master/2021_05_16_08_world_2018_01_07_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_05_16_08_world_2018_01_07_02_world.sql b/sql/updates/world/master/2021_05_16_08_world_2018_01_07_02_world.sql new file mode 100644 index 00000000000..e06e2d13d1d --- /dev/null +++ b/sql/updates/world/master/2021_05_16_08_world_2018_01_07_02_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template_addon` SET `auras`='32811' WHERE `entry` IN (20882,21613); -- Skulking Witch (Normal,Heroic) |