diff options
author | Killyana <morphone1@gmail.com> | 2019-07-11 19:30:37 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2019-07-11 19:30:37 +0200 |
commit | ac209c67c64f55e7dc18ba48ceb3ac10a47c298d (patch) | |
tree | 350011310ba7a4e6a59527adea53d37408311401 | |
parent | 69a17a1751d3fb40282f412c0c8a3c8b9c8b20bc (diff) |
DB/Creature: Remove Tanzar spawn from Zul'Aman a spawned via a script
https://github.com/TrinityCore/TrinityCore/blob/3.3.5/src/server/scripts/EasternKingdoms/ZulAman/instance_zulaman.cpp#L53
-rw-r--r-- | sql/updates/world/3.3.5/2019_07_11_03_world_335.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_07_11_03_world_335.sql b/sql/updates/world/3.3.5/2019_07_11_03_world_335.sql new file mode 100644 index 00000000000..adbd61eb5d5 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_07_11_03_world_335.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (89157) AND `id`=23790; -- aura 42726 +DELETE FROM `creature_addon` WHERE `guid` IN (89157); |