DB/Creature: Remove Tamed Sporebat spawns, summoned as pets by other npcs

This commit is contained in:
Killyana
2018-02-08 22:26:58 +01:00
committed by Aokromes
parent 1fe757d16c
commit 696304ab11

View File

@@ -0,0 +1,3 @@
--
DELETE FROM `creature` WHERE `id` IN (18201);
DELETE FROM `creature_addon` WHERE `guid` IN (SELECT `guid` FROM `creature` WHERE `id` IN (18201));