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;