Misc Fixes
This commit is contained in:
@@ -2260,7 +2260,7 @@ namespace Game.Entities
|
|||||||
continue;
|
continue;
|
||||||
|
|
||||||
AddAura(id, this);
|
AddAura(id, this);
|
||||||
Log.outError(LogFilter.Unit, "Spell: {0} added to creature ({1})", id, GetGUID().ToString());
|
Log.outDebug(LogFilter.Unit, "Spell: {0} added to creature ({1})", id, GetGUID().ToString());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
@@ -5,7 +5,8 @@ DELETE FROM `spell_script_names` WHERE `ScriptName` IN
|
|||||||
'spell_pal_selfless_healer',
|
'spell_pal_selfless_healer',
|
||||||
'spell_pal_crusader_might',
|
'spell_pal_crusader_might',
|
||||||
'spell_pal_righteous_protector',
|
'spell_pal_righteous_protector',
|
||||||
'spell_pal_moment_of_glory');
|
'spell_pal_moment_of_glory',
|
||||||
|
'spell_pal_righteous_verdict');
|
||||||
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
|
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
|
||||||
(20271, 'spell_pal_judgement'), -- Judgement Ret (20271)
|
(20271, 'spell_pal_judgement'), -- Judgement Ret (20271)
|
||||||
(275779, 'spell_pal_judgement'), -- Judgement Prot (275779)
|
(275779, 'spell_pal_judgement'), -- Judgement Prot (275779)
|
||||||
|
|||||||
Reference in New Issue
Block a user