mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-28 21:02:14 +01:00
DB/Creature: Restore original mana/health mod of some creatures
This commit is contained in:
5
sql/updates/world/3.3.5/2021_08_11_02_world.sql
Normal file
5
sql/updates/world/3.3.5/2021_08_11_02_world.sql
Normal 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;
|
||||
Reference in New Issue
Block a user