2 lines
115 B
SQL
2 lines
115 B
SQL
-- Remove Garrick Padfoot rage generation
|
|
UPDATE `creature_template` SET `ManaModifier` = 0 WHERE (`entry` = 103);
|