aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorModoX <moardox@gmail.com>2023-11-05 21:14:24 +0100
committerGitHub <noreply@github.com>2023-11-05 21:14:24 +0100
commitcaa4cfb5695deabd0bb9059f01435f3c8027aff7 (patch)
tree9ead131b50cfd9aa5c8a4b00392d242f5b431a97 /sql
parentf4e4e62aea79ff478dbc0f2bb2c5ab7f412a8a66 (diff)
Core/AI: Move ArcherAI to individual creature script (#29383)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2023_11_05_00_world.sql2
1 files changed, 2 insertions, 0 deletions
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);