mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
DB/Creature: Remove event for Duggan Wildhammer, added in Cata
Closes #25081
This commit is contained in:
4
sql/updates/world/3.3.5/2020_08_02_03_world_335.sql
Normal file
4
sql/updates/world/3.3.5/2020_08_02_03_world_335.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- Remove event for Duggan Wildhammer, added in Cata
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid` = 10817 AND `source_type` = 0 AND `id` > 2;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid` = 1081700 AND `source_type` = 9;
|
||||
DELETE FROM `creature_text` WHERE `CreatureID` = 10817;
|
||||
Reference in New Issue
Block a user