From 3d1c549aa42aff4d146350b6936d90a5adb859ef Mon Sep 17 00:00:00 2001 From: Discover- Date: Sun, 11 Aug 2013 16:02:17 +0100 Subject: DB/EAI: Fix some typos in EAI scripts We are updating EAI scripts so the conversion to SAI is correctly done --- sql/updates/world/2013_08_11_01_world_eai_335.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2013_08_11_01_world_eai_335.sql (limited to 'sql') diff --git a/sql/updates/world/2013_08_11_01_world_eai_335.sql b/sql/updates/world/2013_08_11_01_world_eai_335.sql new file mode 100644 index 00000000000..94b5324e50e --- /dev/null +++ b/sql/updates/world/2013_08_11_01_world_eai_335.sql @@ -0,0 +1,3 @@ +UPDATE `creature_ai_scripts` SET `action1_param1`=15 WHERE `id`=1730003; -- Call For Help radius from 0 to 15 +UPDATE `creature_ai_scripts` SET `action1_type`=`action2_type`,`action2_type`=0,`action1_param1`=`action2_param1`,`action2_param1`=0 WHERE `id` IN (1772701,3547605); -- Action type gap +UPDATE `creature_ai_scripts` SET `action1_param1`=10255 WHERE `id`=1688002; -- Wrong quest credit (used npc id, should use quest id), fixes quest Testing the Antidote (or at least it should) -- cgit v1.2.3