From 4bf5bec50904999efd5bb860e3cfbb8263a911de 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 --- sql/updates/world/3.3.5/2020_04_15_07_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_04_15_07_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2020_04_15_07_world.sql b/sql/updates/world/3.3.5/2020_04_15_07_world.sql new file mode 100644 index 00000000000..59ef467eeda --- /dev/null +++ b/sql/updates/world/3.3.5/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