aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2019-07-11 19:30:37 +0200
committerKillyana <morphone1@gmail.com>2019-07-11 19:30:37 +0200
commitac209c67c64f55e7dc18ba48ceb3ac10a47c298d (patch)
tree350011310ba7a4e6a59527adea53d37408311401
parent69a17a1751d3fb40282f412c0c8a3c8b9c8b20bc (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.sql3
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);