DB/creature_transport: fix

This commit is contained in:
Malcrom
2012-06-03 00:32:03 -02:30
parent 0c54d350fd
commit 3888760e10

View File

@@ -1,2 +1,2 @@
-- Remove dupe spawn from transport table
DELETE FROM `creature_transport` WHERE `guid`=35;
DELETE FROM `creature_transport` WHERE `guid`=35 AND `npc_entry`=30755;