From 581f8cdd86846efa76a98a919382bcf80f0c9944 Mon Sep 17 00:00:00 2001 From: Grimfeather <88028633+Grimfeather@users.noreply.github.com> Date: Sun, 8 Jun 2025 03:49:27 +0200 Subject: [PATCH] UNDO code moved to zz_cleanup UNDO code moved to zz_cleanup --- sql/world/base/tbc_vendors.sql | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/sql/world/base/tbc_vendors.sql b/sql/world/base/tbc_vendors.sql index 8875498..375ce9a 100644 --- a/sql/world/base/tbc_vendors.sql +++ b/sql/world/base/tbc_vendors.sql @@ -7,18 +7,3 @@ INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry (23, 21655, 34200, 0, 0, 8, 0, 66011, 0, 0, 0, 0, 0, '', 'Nakodu will not sell Pattern: Quiver of a Thousand Feathers until the player has completed PROGRESSION_TBC_TIER_3'), (23, 17585, 34201, 0, 0, 8, 0, 66011, 0, 0, 0, 0, 0, '', 'Urgronn will not sell Pattern: Netherscale Ammo Pouch until the player has completed PROGRESSION_TBC_TIER_3'), (23, 17657, 34201, 0, 0, 8, 0, 66011, 0, 0, 0, 0, 0, '', 'Ulrike will not sell Pattern: Netherscale Ammo Pouch until the player has completed PROGRESSION_TBC_TIER_3'); - - - --- UNDO previous cloning method - -SET @Nakodu := 121655; -SET @Urgronn := 117585; -SET @Ulrike := 117657; - -DELETE FROM `creature_template` WHERE `entry` IN (@Nakodu, @Urgronn, @Ulrike); -DELETE FROM `creature_template_addon` WHERE `entry` IN (@Nakodu, @Urgronn, @Ulrike); -DELETE FROM `creature_template_locale` WHERE `entry` IN (@Nakodu, @Urgronn, @Ulrike); -DELETE FROM `creature_template_model` WHERE `CreatureID` IN (@Nakodu, @Urgronn, @Ulrike); -DELETE FROM `creature` WHERE `id1` IN (@Nakodu, @Urgronn, @Ulrike); -DELETE FROM `npc_vendor` WHERE `entry` IN (@Nakodu, @Urgronn, @Ulrike);