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:
elthehablo
2023-04-04 14:36:19 +02:00
committed by GitHub
parent 8c9b4f1fb6
commit 4e04dc6d43

View File

@@ -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;