DB/Creature: Remove a duplicate spawn

(cherry picked from commit a189da71081d2ee2b0fc7c46e2cc464cee9ce388)
This commit is contained in:
treeston
2016-04-09 17:52:03 +02:00
committed by Shauren
parent c2014301de
commit dbf97bbfbf
@@ -0,0 +1,2 @@
-- Remove duplicate spawn of "Big Roy" (24785)
DELETE FROM `creature` WHERE `guid`=203496 AND `id`=24785;