From 488128bada02784a2eeca392d0ad7d3e6ebfd255 Mon Sep 17 00:00:00 2001 From: Discover- Date: Sat, 10 Aug 2013 16:31:52 +0100 Subject: DB/EAI: Fix unit_field changes, outdated since initial 3.x versions --- sql/updates/world/2013_08_10_00_world_eai.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/2013_08_10_00_world_eai.sql (limited to 'sql') diff --git a/sql/updates/world/2013_08_10_00_world_eai.sql b/sql/updates/world/2013_08_10_00_world_eai.sql new file mode 100644 index 00000000000..445e86712bc --- /dev/null +++ b/sql/updates/world/2013_08_10_00_world_eai.sql @@ -0,0 +1,4 @@ +UPDATE `creature_ai_scripts` SET `action1_param1`=`action1_param1` + 1 WHERE `action1_type`=17; +UPDATE `creature_ai_scripts` SET `action2_param1`=`action2_param1` + 1 WHERE `action2_type`=17; +UPDATE `creature_ai_scripts` SET `action3_param1`=`action3_param1` + 1 WHERE `action3_type`=17; +UPDATE `creature_ai_scripts` SET `action1_param1`=25 WHERE `id`=1531201; -- cgit v1.2.3