* fix(DB/Creature): fix damage modifier of Razormaw from 7.5 to 2.5. probably still a bit high. subject to change * Update razormawdamageupdate.sql credits to Gultask for value based on mangos core * Update data/sql/updates/pending_db_world/razormawdamageupdate.sql --------- Co-authored-by: Gultask <100873791+Gultask@users.noreply.github.com>
2 lines
154 B
SQL
2 lines
154 B
SQL
-- damage modifier edit of Razormaw from 7.5 to 1.36 based on mangos values
|
|
UPDATE `creature_template` SET `DamageModifier` = 1.36 WHERE `entry` = 17592;
|