aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2016-01-08 18:38:05 +0100
committerKillyana <morphone1@gmail.com>2016-01-08 18:38:05 +0100
commit6274caf6d2db82a1d99498dcaae5e437af2a211b (patch)
treed7a77fa686807ba92db648ce606016c934fb1efc
parentfda2487270b5e1dcd4a875fbfa646430332ec7f5 (diff)
DB/Creature: Remove a wrong spawn and fix Lunchbox react state
Closes #16198
-rw-r--r--sql/updates/world/2016_01_08_03_world.sql3
1 files changed, 3 insertions, 0 deletions
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;