DB/Creature: Restore original mana/health mod of some creatures

This commit is contained in:
offl
2021-08-11 03:11:09 +03:00
parent a704ecf817
commit 22b70a281a

View File

@@ -0,0 +1,5 @@
--
UPDATE `creature_template` SET `ManaModifier` = 1 WHERE `entry` IN (3669,3670,3671);
UPDATE `creature_template` SET `ManaModifier` = 3 WHERE `entry` = 3673;
UPDATE `creature_template` SET `HealthModifier` = 6 WHERE `entry` = 25334;
UPDATE `creature_template` SET `HealthModifier` = 800, `ManaModifier` = 800, `exp` = 2 WHERE `entry` = 30838;