mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 19:06:49 +01:00
DB/Creature: Fix Witherheart the Stalker equipment
closes #30671 by CraftedRO
This commit is contained in:
2
sql/updates/world/3.3.5/2025_02_07_00_world.sql
Normal file
2
sql/updates/world/3.3.5/2025_02_07_00_world.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
-- Add correct equipment to Witherheart the Stalker
|
||||
UPDATE `creature_equip_template` SET `ItemID1`=10617, `ItemID2`=5285, `VerifiedBuild`=58797 WHERE `CreatureID`=8218 AND `ID`=1;
|
||||
Reference in New Issue
Block a user