From d6931f392e4a5d11c7eeb8c415b5757a4381f03b Mon Sep 17 00:00:00 2001 From: dr-j Date: Wed, 15 Apr 2020 23:33:46 +0200 Subject: DB: Remove wrong spawns related to "Kickin’ Nass and taking manes" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #24464 (cherry picked from commit 4bf5bec50904999efd5bb860e3cfbb8263a911de) --- sql/updates/world/master/2022_01_01_24_world_2020_04_15_07_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2022_01_01_24_world_2020_04_15_07_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/master/2022_01_01_24_world_2020_04_15_07_world.sql b/sql/updates/world/master/2022_01_01_24_world_2020_04_15_07_world.sql new file mode 100644 index 00000000000..27522561f50 --- /dev/null +++ b/sql/updates/world/master/2022_01_01_24_world_2020_04_15_07_world.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (105650,105651); +-- UPDATE `creature_template` SET `exp`=2 WHERE `entry`=28521; -- cgit v1.2.3