mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
DB/Creature: Remove static spawns of Arcane Fiend & Amani Bear Mount
Closes #24662
(cherry picked from commit 97319c7c19)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
-- Arcane Fiend & Amani Bear Mount are summoned
|
||||
DELETE FROM `creature` WHERE `id` = 18429 AND `guid` IN (91245,91246);
|
||||
DELETE FROM `creature` WHERE `id` = 24217 AND `guid` IN (89266,89267,89272,89275);
|
||||
DELETE FROM `linked_respawn` WHERE `guid` IN (91245,91246,89266,89267,89272,89275);
|
||||
Reference in New Issue
Block a user