We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fce5274 commit e7395b0Copy full SHA for e7395b0
1 file changed
sql/updates/world/3.3.5/2025_11_27_01_world.sql
@@ -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