DB/Creature: Remove a duplicate spawn

This commit is contained in:
treeston
2016-04-03 03:44:25 +02:00
parent a2344fba67
commit a189da7108

View File

@@ -0,0 +1,2 @@
-- Remove duplicate spawn of "Big Roy" (24785)
DELETE FROM `creature` WHERE `guid`=203496 AND `id`=24785;