diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2025-03-20 15:13:13 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-20 15:13:13 +0100 |
| commit | 82f91f5202cf44e3c8b5e9df1545154314fd3346 (patch) | |
| tree | fb7658f71c78cc9dded6e9fc5dd7cafd356f51d0 | |
| parent | c1a30fd755e8695f7c62103a7d5da11d0e9cb4d4 (diff) | |
DB/Creature: Add proper Ghost aura to all Spirit Healers and remove wrong creature_addon data
closes #30774 by CraftedRO
| -rw-r--r-- | sql/updates/world/3.3.5/2025_03_20_01_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2025_03_20_01_world.sql b/sql/updates/world/3.3.5/2025_03_20_01_world.sql new file mode 100644 index 00000000000..42b3b3a5328 --- /dev/null +++ b/sql/updates/world/3.3.5/2025_03_20_01_world.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `creature_addon` WHERE `guid` IN (SELECT `guid` FROM `creature` WHERE `id`=6491); +UPDATE `creature_template_addon` SET `auras`='9036 10848' WHERE `entry` IN (6491,29259); -- Spirit Healer - 9036 - Ghost, 10848 - Shroud of Death |
