Skip to content

Commit

Permalink
Fix spell effect from previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
cala committed Oct 3, 2021
1 parent 6b2189f commit 7aad5c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/base/dbc/cmangos_fixes/Spell.sql
Expand Up @@ -2005,7 +2005,7 @@ UPDATE `spell_template` SET `MaxAffectedTargets` = 15 WHERE `Id` = 26052; -- Poi
-- ==================

-- Stationary Demon Portal 22372
UPDATE `spell_template` SET Effect1=41 WHERE `Id` = 22372;
UPDATE `spell_template` SET Effect1=64 WHERE `Id` = 22372;

-- ============================================================
-- TBC section
Expand Down

0 comments on commit 7aad5c5

Please sign in to comment.