From caa4cfb5695deabd0bb9059f01435f3c8027aff7 Mon Sep 17 00:00:00 2001 From: ModoX Date: Sun, 5 Nov 2023 21:14:24 +0100 Subject: Core/AI: Move ArcherAI to individual creature script (#29383) --- sql/updates/world/master/2023_11_05_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2023_11_05_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2023_11_05_00_world.sql b/sql/updates/world/master/2023_11_05_00_world.sql new file mode 100644 index 00000000000..62f75af9ef7 --- /dev/null +++ b/sql/updates/world/master/2023_11_05_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `AIName`='', `ScriptName`='npc_hearthglen_crusader' WHERE `entry` IN(29102, 29103); -- cgit v1.2.3