mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 19:05:42 +00:00
fix(DB/Creature): Correct Greater Fire Elemental template values. (#19686)
* Init. * Add additional sniffed values. * Add damage modifier default.
This commit is contained in:
1
data/sql/updates/pending_db_world/ele-class.sql
Normal file
1
data/sql/updates/pending_db_world/ele-class.sql
Normal file
@@ -0,0 +1 @@
|
||||
UPDATE `creature_template` SET `minlevel` = 68, `maxlevel` = 80, `exp` = 0, `DamageModifier` = 1, `unit_class` = 2 WHERE `entry` = 15438;
|
||||
Reference in New Issue
Block a user