From 5a9d369d5fa87f0794f3d839072d569e39aea48e Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Fri, 15 Nov 2019 06:12:08 +0100 Subject: [PATCH] DB/BWD: fixed a typo in AIName assignment for Dominion Portal Stalker --- sql/updates/world/custom/custom_2019_11_14_00_world.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/updates/world/custom/custom_2019_11_14_00_world.sql b/sql/updates/world/custom/custom_2019_11_14_00_world.sql index e466453bda0..a469527f948 100644 --- a/sql/updates/world/custom/custom_2019_11_14_00_world.sql +++ b/sql/updates/world/custom/custom_2019_11_14_00_world.sql @@ -25,7 +25,7 @@ UPDATE `creature_template` SET `flags_extra`= 128, `ScriptName`= 'npc_nefarians_ -- Shadowblaze UPDATE `creature_template` SET `flags_extra`= 128, `ScriptName`= 'npc_nefarians_end_shadowblaze' WHERE `entry`= 42596; -- Dominion Stalker -UPDATE `creature_template` SET `flags_extra`= 128, `unit_flags`= 33587200, `ScriptName`= 'NullCreatureAI' WHERE `entry`= 43656; +UPDATE `creature_template` SET `flags_extra`= 128, `unit_flags`= 33587200, `AIName`= 'NullCreatureAI' WHERE `entry`= 43656; -- Spell Scripts DELETE FROM `spell_script_names` WHERE `ScriptName` IN