mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00: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:
@@ -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;
|
||||
Reference in New Issue
Block a user