diff options
author | treeston <treeston.mmoc@gmail.com> | 2016-04-03 03:44:25 +0200 |
---|---|---|
committer | treeston <treeston.mmoc@gmail.com> | 2016-04-03 03:44:25 +0200 |
commit | a189da71081d2ee2b0fc7c46e2cc464cee9ce388 (patch) | |
tree | 52232e52a0ee6b5cdabeb0baad2195a86bce62ab | |
parent | a2344fba6723fc4f91ad6aa739b6b4522eff6f22 (diff) |
DB/Creature: Remove a duplicate spawn
-rw-r--r-- | sql/updates/world/2016_04_03_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2016_04_03_00_world.sql b/sql/updates/world/2016_04_03_00_world.sql new file mode 100644 index 00000000000..8344df664f2 --- /dev/null +++ b/sql/updates/world/2016_04_03_00_world.sql @@ -0,0 +1,2 @@ +-- Remove duplicate spawn of "Big Roy" (24785) +DELETE FROM `creature` WHERE `guid`=203496 AND `id`=24785; |