diff options
| author | ModoX <moardox@gmail.com> | 2023-11-05 21:14:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-05 21:14:24 +0100 |
| commit | caa4cfb5695deabd0bb9059f01435f3c8027aff7 (patch) | |
| tree | 9ead131b50cfd9aa5c8a4b00392d242f5b431a97 /sql | |
| parent | f4e4e62aea79ff478dbc0f2bb2c5ab7f412a8a66 (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.sql | 2 |
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); |
