We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ef9997 commit 76f8687Copy full SHA for 76f8687
sql/updates/world/3.3.5/2025_10_01_00_world.sql
@@ -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