diff options
-rw-r--r-- | sql/updates/world/2014_02_16_02_world_creature.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/2014_02_16_02_world_creature.sql b/sql/updates/world/2014_02_16_02_world_creature.sql new file mode 100644 index 00000000000..00ada626a5c --- /dev/null +++ b/sql/updates/world/2014_02_16_02_world_creature.sql @@ -0,0 +1,7 @@ +-- +DELETE FROM `creature` WHERE `guid`=86358 AND `id`=25915; +DELETE FROM `creature` WHERE `guid`=86387 AND `id`=25920; +DELETE FROM `creature` WHERE `guid`=86241 AND `id`=25887; +DELETE FROM `creature` WHERE `guid`=86327 AND `id`=25914; +DELETE FROM `creature` WHERE `guid`=86376 AND `id`=25916; +DELETE FROM `creature` WHERE `guid`=86426 AND `id`=25921; |