Skip to content

Commit e7395b0

Browse files
authored
DB/Creature: Few updates to Duggan Wildhammer
closes #30334 by CraftedRO
1 parent fce5274 commit e7395b0

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
-- Duggan Wildhammer faction
2+
UPDATE `creature_template` SET `faction`=1055 WHERE `entry`=10817;
3+
4+
-- Duggan Wildhammer equipment
5+
UPDATE `creature_equip_template` SET `ItemID1`=12951, `VerifiedBuild`=0 WHERE `CreatureID`=10817 AND `ID`=1;
6+
7+
-- Remove again event
8+
DELETE FROM `smart_scripts` WHERE `entryorguid`=10817 AND `source_type`=0 AND `id` > 2;
9+
DELETE FROM `creature_text` WHERE `CreatureID`=10817;

0 commit comments

Comments
 (0)