Skip to content

Commit 76f8687

Browse files
authored
DB/Creature: Fix Illidan Stormrage Health and unit_class
closes #30282 by CraftedRO
1 parent 5ef9997 commit 76f8687

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
-- Fix Illidan Stormrage health and unit_class
2+
UPDATE `creature_template` SET `unit_class`=1 WHERE `entry`=22917;
3+
UPDATE `creature` SET `curhealth`=4249280 WHERE `guid`=52484;

0 commit comments

Comments
 (0)