mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-03 19:13:49 +00:00
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:
@@ -0,0 +1,3 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1563632673695492400');
|
||||
|
||||
UPDATE creature_template SET spell2=50989 WHERE entry=27881;
|
||||
Reference in New Issue
Block a user