From bd4155bd5cd96b346ffd4982a86547507cfd9ee8 Mon Sep 17 00:00:00 2001 From: Vincent-Michael Date: Sat, 10 Aug 2013 20:51:02 +0200 Subject: DB: Rename sql file for only 335 --- sql/updates/world/2013_08_10_00_world_eai.sql | 4 ---- sql/updates/world/2013_08_10_00_world_eai_335.sql | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 sql/updates/world/2013_08_10_00_world_eai.sql create mode 100644 sql/updates/world/2013_08_10_00_world_eai_335.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2013_08_10_00_world_eai.sql b/sql/updates/world/2013_08_10_00_world_eai.sql deleted file mode 100644 index 445e86712bc..00000000000 --- a/sql/updates/world/2013_08_10_00_world_eai.sql +++ /dev/null @@ -1,4 +0,0 @@ -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; diff --git a/sql/updates/world/2013_08_10_00_world_eai_335.sql b/sql/updates/world/2013_08_10_00_world_eai_335.sql new file mode 100644 index 00000000000..445e86712bc --- /dev/null +++ b/sql/updates/world/2013_08_10_00_world_eai_335.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