From 31d1f7f24eb8c9348a0ecf9917d99c126c966855 Mon Sep 17 00:00:00 2001 From: hondacrx Date: Mon, 8 Mar 2021 14:34:58 -0500 Subject: [PATCH] Misc Fixes --- Source/Game/Entities/Creature/Creature.cs | 2 +- .../world/master/2021_03_04_00_world_paladin_spells.sql | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Source/Game/Entities/Creature/Creature.cs b/Source/Game/Entities/Creature/Creature.cs index cb78cd491..5f55ae237 100644 --- a/Source/Game/Entities/Creature/Creature.cs +++ b/Source/Game/Entities/Creature/Creature.cs @@ -2260,7 +2260,7 @@ namespace Game.Entities continue; 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; diff --git a/sql/updates/world/master/2021_03_04_00_world_paladin_spells.sql b/sql/updates/world/master/2021_03_04_00_world_paladin_spells.sql index 1a423ce6c..fb90c1e6e 100644 --- a/sql/updates/world/master/2021_03_04_00_world_paladin_spells.sql +++ b/sql/updates/world/master/2021_03_04_00_world_paladin_spells.sql @@ -5,7 +5,8 @@ DELETE FROM `spell_script_names` WHERE `ScriptName` IN 'spell_pal_selfless_healer', 'spell_pal_crusader_might', '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 (20271, 'spell_pal_judgement'), -- Judgement Ret (20271) (275779, 'spell_pal_judgement'), -- Judgement Prot (275779)