fix(Core/Spell): Flame Breath (Catapult) (#2115)

* fix(Core/Spell): Flame Breath (Catapult)

- Will fix issue with Wintergrasp Catapult Siege spell (Flame Breath).
- The SQL is added just in case, if someone already tried temp fix applying another spell.
https://github.com/azerothcore/azerothcore-wotlk/issues/1978#issuecomment-507880360
- Done, updated. Wintergrasp Demolisher - Spell Ram is fixed also
* Fix treating numeric values as string
This commit is contained in:
Poszer
2019-07-23 19:48:57 +02:00
committed by GitHub
parent 0ea076e37f
commit d92dde4380
2 changed files with 23 additions and 8 deletions

View File

@@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1563632673695492400');
UPDATE creature_template SET spell2=50989 WHERE entry=27881;