diff options
author | Killyana <morphone1@gmail.com> | 2015-12-18 16:02:52 +0100 |
---|---|---|
committer | MitchesD <majklprofik@seznam.cz> | 2016-01-16 13:14:28 +0100 |
commit | 85c6a8ce553d60b689aa5c6097e957da36e76d1a (patch) | |
tree | 34ff75cf9674f5e634f49fd52f84701661d5203b | |
parent | 773791a638601592072628d7380301b68763d1fa (diff) |
DB/Creature: Remove a duplicate spawn for Lovely Liddia
Closes #16036
(cherry picked from commit ba72fd863cef7bee88b077c8f62f299f7e836ce1)
-rw-r--r-- | sql/updates/world/2016_01_16_05_world_2015_12_18_02.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2016_01_16_05_world_2015_12_18_02.sql b/sql/updates/world/2016_01_16_05_world_2015_12_18_02.sql new file mode 100644 index 00000000000..f590d18a8ab --- /dev/null +++ b/sql/updates/world/2016_01_16_05_world_2015_12_18_02.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `creature` WHERE `id`= 27032 AND `guid`= 110149; |