From 6274caf6d2db82a1d99498dcaae5e437af2a211b Mon Sep 17 00:00:00 2001 From: Killyana Date: Fri, 8 Jan 2016 18:38:05 +0100 Subject: DB/Creature: Remove a wrong spawn and fix Lunchbox react state Closes #16198 --- sql/updates/world/2016_01_08_03_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2016_01_08_03_world.sql (limited to 'sql') diff --git a/sql/updates/world/2016_01_08_03_world.sql b/sql/updates/world/2016_01_08_03_world.sql new file mode 100644 index 00000000000..2899c6e06eb --- /dev/null +++ b/sql/updates/world/2016_01_08_03_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=25968; +DELETE FROM `creature` WHERE `id`=25801; -- cgit v1.2.3