aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/master/2024_04_06_00_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_04_06_00_world.sql b/sql/updates/world/master/2024_04_06_00_world.sql
new file mode 100644
index 00000000000..109fbc3a301
--- /dev/null
+++ b/sql/updates/world/master/2024_04_06_00_world.sql
@@ -0,0 +1,4 @@
+-- Update Health
+UPDATE `creature_template` SET `RegenHealth` = 0 WHERE `entry` = 80793;
+
+UPDATE `creature` SET `curHealthPct` = 25 WHERE `guid` IN (460109, 460106, 460049, 460055, 460053, 460100, 460098, 460102, 460103);