From 1091174f0363f730bc720185999edf120e92c50e Mon Sep 17 00:00:00 2001 From: treeston Date: Fri, 19 Aug 2016 23:54:44 +0200 Subject: Merge remote-tracking branch 'Treeston/3.3.5-petaggro' into 3.3.5 (PR #17800) (cherry picked from commit aeeae8d09c81e48d68ee3ff5a9588f8f94f5ad4d) --- sql/updates/world/master/2017_02_12_11_world_2016_08_19_03_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2017_02_12_11_world_2016_08_19_03_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2017_02_12_11_world_2016_08_19_03_world.sql b/sql/updates/world/master/2017_02_12_11_world_2016_08_19_03_world.sql new file mode 100644 index 00000000000..b10a117e6e9 --- /dev/null +++ b/sql/updates/world/master/2017_02_12_11_world_2016_08_19_03_world.sql @@ -0,0 +1,2 @@ +-- add AI to bloodworms to make them not stupid and suicidal +UPDATE `creature_template` SET `ScriptName`='npc_pet_dk_guardian', `AIName`='' WHERE `entry` IN (26125,28017); -- cgit v1.2.3