From ac209c67c64f55e7dc18ba48ceb3ac10a47c298d Mon Sep 17 00:00:00 2001 From: Killyana Date: Thu, 11 Jul 2019 19:30:37 +0200 Subject: 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 --- sql/updates/world/3.3.5/2019_07_11_03_world_335.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2019_07_11_03_world_335.sql (limited to 'sql') 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); -- cgit v1.2.3