aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2017-11-22 12:07:56 +0100
committerKillyana <morphone1@gmail.com>2017-11-22 12:07:56 +0100
commit9520f4c4f051e883f61cdb9dc551df81af8ed2ed (patch)
treed2c5a5a3d42f21da302a43895e642efeb842c05c
parent9f9f32b193c684d19b12f755124310eb0fda51cb (diff)
DB/Creature: Disable Health regen for Injured Stormwind Infantry
-rw-r--r--sql/updates/world/master/2017_11_22_00_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_11_22_00_world.sql b/sql/updates/world/master/2017_11_22_00_world.sql
new file mode 100644
index 00000000000..06a3b1eea03
--- /dev/null
+++ b/sql/updates/world/master/2017_11_22_00_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `creature_template` SET `RegenHealth`=0 WHERE `Entry`=50047;