From 9520f4c4f051e883f61cdb9dc551df81af8ed2ed Mon Sep 17 00:00:00 2001 From: Killyana Date: Wed, 22 Nov 2017 12:07:56 +0100 Subject: DB/Creature: Disable Health regen for Injured Stormwind Infantry --- sql/updates/world/master/2017_11_22_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2017_11_22_00_world.sql (limited to 'sql') 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; -- cgit v1.2.3