aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorariel- <ariel-@users.noreply.github.com>2016-10-26 00:29:38 -0300
committerjoschiwald <joschiwald.trinity@gmail.com>2017-10-15 16:59:55 +0200
commita932e448478c48f1c8f96502b73ed49e2bd4c73d (patch)
tree5129a3cf9ae95337293bcd6c98a88cde9aab3fa4
parent8cc9360da62cb103494024a9a645d6a60094b347 (diff)
DB/Creature: fix Prince Valanar (ICC) respawn health
(cherry picked from commit acc6688d36a567015a48efbfd5f0a8f13e0dbc70)
-rw-r--r--sql/updates/world/master/2017_10_15_10_world_2016_10_26_00_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_10_15_10_world_2016_10_26_00_world.sql b/sql/updates/world/master/2017_10_15_10_world_2016_10_26_00_world.sql
new file mode 100644
index 00000000000..15a1c9ccead
--- /dev/null
+++ b/sql/updates/world/master/2017_10_15_10_world_2016_10_26_00_world.sql
@@ -0,0 +1 @@
+UPDATE `creature_template` SET `RegenHealth`=1 WHERE `entry` IN (37970,38401,38784,38785);