Skip to content

Commit

Permalink
fix(DB/Creature): Correct Greater Fire Elemental template values. (az…
Browse files Browse the repository at this point in the history
…erothcore#19686)

* Init.

* Add additional sniffed values.

* Add damage modifier default.
  • Loading branch information
heyitsbench committed Aug 19, 2024
1 parent 0d0b0a3 commit bc5ae02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/sql/updates/pending_db_world/ele-class.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
UPDATE `creature_template` SET `minlevel` = 68, `maxlevel` = 80, `exp` = 0, `DamageModifier` = 1, `unit_class` = 2 WHERE `entry` = 15438;

0 comments on commit bc5ae02

Please sign in to comment.