This repository has been archived by the owner on Feb 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 421
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Core/Spell: Fix Mirror Image Mage Close #975
- Loading branch information
1 parent
932ca97
commit 7208942
Showing
3 changed files
with
49 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_mage_mirror_image'; | ||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES | ||
(55342, 'spell_mage_mirror_image'), | ||
(63093, 'spell_mage_mirror_image'), | ||
This comment has been minimized.
Sorry, something went wrong. |
||
(88091, 'spell_mage_mirror_image'), | ||
(88092, 'spell_mage_mirror_image'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
glyph does not need this script
same for 88091 and 88092