diff options
-rw-r--r-- | sql/updates/world/master/2021_11_23_21_world_2019_02_23_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_23_21_world_2019_02_23_00_world.sql b/sql/updates/world/master/2021_11_23_21_world_2019_02_23_00_world.sql new file mode 100644 index 00000000000..170b729dbc5 --- /dev/null +++ b/sql/updates/world/master/2021_11_23_21_world_2019_02_23_00_world.sql @@ -0,0 +1,3 @@ +-- Update Dying Blood Elf to 1 HP +UPDATE `creature` SET `curhealth`=1 WHERE `id`=16601; +UPDATE `creature_template` SET `RegenHealth`=0 WHERE `entry`=16601; |