Skip to content

Commit

Permalink
Spell: Move FacingCasterFlags to spell_facing
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwife committed Oct 1, 2023
1 parent c6d06ec commit 330c0e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sql/base/dbc/cmangos_fixes/Spell.sql
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,3 @@ UPDATE `spell_template` SET `InterruptFlags` = 15 WHERE `Id` in (8016,7901);
UPDATE spell_template SET AttributesServerside=AttributesServerside|0x00000008 WHERE Id IN(15582);
UPDATE `spell_template` SET AttributesServerside=AttributesServerside|0x00000008 WHERE `Id` IN (53,2589,2590,2591,6595,7159,8355,8721,11279,11280,11281,15582,15657,22416,24016,25300,26863); -- SPELL_ATTR_SS_FACING_BACK

-- Infront only Spells - SPELL_FACING_FLAG_INFRONT "Must be in front of the caster."
UPDATE `spell_template` SET `FacingCasterFlags` = 1 WHERE `Id` IN (12540,13579);

2 changes: 2 additions & 0 deletions sql/base/mangos.sql
Original file line number Diff line number Diff line change
Expand Up @@ -12957,6 +12957,7 @@ INSERT INTO `spell_facing` VALUES
(12524,1),
(12525,1),
(12526,1),
(12540,1),
(12555,1),
(12557,1),
(12611,1),
Expand Down Expand Up @@ -12990,6 +12991,7 @@ INSERT INTO `spell_facing` VALUES
(13553,1),
(13554,1),
(13555,1),
(13579,1),
(13748,1),
(13900,1),
(13901,1),
Expand Down

0 comments on commit 330c0e3

Please sign in to comment.