mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2026-01-25 13:51:34 -08:00
fix(DB/Creature): fix damage modifier of Razormaw (#15785)
* 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>
This commit is contained in:
parent
8c9b4f1fb6
commit
4e04dc6d43
1 changed files with 2 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
|||
-- 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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue