diff options
author | Killyana <morphone1@gmail.com> | 2016-01-07 01:56:37 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2016-03-22 19:13:17 +0100 |
commit | 58169608515e91ff90347db0fac595d83911d465 (patch) | |
tree | 67bca32568077bd4f48bb6299ce6f75125616c4f | |
parent | e4ddd96da0822cb56b183d57581208e87f536a5a (diff) |
DB/Creature: Remove a wrong spawn
(cherry picked from commit 5d9370a0f755887d2fff13e4ce982bd52f00f77b)
-rw-r--r-- | sql/updates/world/2016_03_22_00_world_2016_01_05_00_world.sql (renamed from sql/updates/world/2016_01_05_00_world.sql) | 0 | ||||
-rw-r--r-- | sql/updates/world/2016_03_22_01_world_2016_01_07_01_world.sql | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2016_01_05_00_world.sql b/sql/updates/world/2016_03_22_00_world_2016_01_05_00_world.sql index 3f7f01449fc..3f7f01449fc 100644 --- a/sql/updates/world/2016_01_05_00_world.sql +++ b/sql/updates/world/2016_03_22_00_world_2016_01_05_00_world.sql diff --git a/sql/updates/world/2016_03_22_01_world_2016_01_07_01_world.sql b/sql/updates/world/2016_03_22_01_world_2016_01_07_01_world.sql new file mode 100644 index 00000000000..4a15aa405ec --- /dev/null +++ b/sql/updates/world/2016_03_22_01_world_2016_01_07_01_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `creature` WHERE `id`=22972; |