From 3b9814b01174b0dbc6a1bf25dea7e1825be28356 Mon Sep 17 00:00:00 2001 From: Killyana Date: Mon, 25 Dec 2017 21:16:37 +0100 Subject: DB/CreatureAI: Disable PetAI from database Ref https://github.com/TrinityCore/TrinityCore/commit/2c7e921cdc14527bd99d6976793e69999f262f9d Closes #20200 (cherry picked from commit 64596561f22ae8d0ca5a78354d1242e7d56d74e3) --- sql/updates/world/master/2021_03_19_01_world_2017_12_25_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2021_03_19_01_world_2017_12_25_00_world.sql (limited to 'sql') 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; -- cgit v1.2.3