diff options
| author | Killyana <morphone1@gmail.com> | 2016-01-08 18:38:05 +0100 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2016-01-08 18:38:05 +0100 |
| commit | 6274caf6d2db82a1d99498dcaae5e437af2a211b (patch) | |
| tree | d7a77fa686807ba92db648ce606016c934fb1efc | |
| parent | fda2487270b5e1dcd4a875fbfa646430332ec7f5 (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.sql | 3 |
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; |
