aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2017-12-25 21:16:37 +0100
committerfunjoker <funjoker109@gmail.com>2021-04-15 05:53:27 +0200
commit3b9814b01174b0dbc6a1bf25dea7e1825be28356 (patch)
tree301ac8e0dafcff9ec5da56ecdd059a7e13ff791f
parent8244d608593f2ebcd5441fcfdfe438c9b7fdb83a (diff)
DB/CreatureAI: Disable PetAI from database
Ref https://github.com/TrinityCore/TrinityCore/commit/2c7e921cdc14527bd99d6976793e69999f262f9d Closes #20200 (cherry picked from commit 64596561f22ae8d0ca5a78354d1242e7d56d74e3)
-rw-r--r--sql/updates/world/master/2021_03_19_01_world_2017_12_25_00_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_03_19_01_world_2017_12_25_00_world.sql b/sql/updates/world/master/2021_03_19_01_world_2017_12_25_00_world.sql
new file mode 100644
index 00000000000..ac78bfdc15d
--- /dev/null
+++ b/sql/updates/world/master/2021_03_19_01_world_2017_12_25_00_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE creature_template SET AIName='' WHERE entry=21909;