fix(DB/Creature): Remove redundant Tamed Sporebat (18201) spawns (#14032)
Create rev_1670025626681890300.sql
This commit is contained in:
parent
608a80a094
commit
704485b62e
1 changed files with 2 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
|||
-- Delete independent Tamed Sporebat. Should be spawned by the summoner instead.
|
||||
DELETE FROM `creature` WHERE `id1`=18201 AND `guid` IN (64977,64978,64979,64980,64981,64982,64983,64984,64985,64986,64987,64988,64989,64990,64991,64992,64993);
|
||||
Loading…
Add table
Add a link
Reference in a new issue