-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(Scripts/Hyjal): Limit Anetheron sleep to 3 targets (#18929)
- Loading branch information
Showing
2 changed files
with
26 additions
and
3 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
data/sql/updates/pending_db_world/rev_1716154650178411700.sql
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,4 @@ | ||
-- | ||
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_anetheron_sleep'; | ||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES | ||
(31298, 'spell_anetheron_sleep'); |
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
0aaf521
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After installing this update, the console prompts: Spell
31298
EffectIndex: EFFECT_0 Target: 15
of scriptspell_anetheron_sleep
did not match dbc effect data - handler bound to hookOnObjectAreaTargetSelect
of SpellScript won't be executed0aaf521
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Your database is compromised, no such error exists.
0aaf521
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
my spell.dbc is ok,I've compared it to others several times,very strange