Deathknell Guards Health Mod Fix

eyerobot

Gold Supporter
Superior Member
917
2015
23
Location
Barryton Michigan USA
Code:
-- Deathknell Guards Health Mod Fix Stops them from laying dead
-- 1740 1741 1736 1739

UPDATE `creature_template` SET `Health_mod` = 1 WHERE `entry` IN (1736, 1739, 1740, 1741);
 
Top