diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2013_08_10_00_world_eai.sql | 4 |
1 files changed, 4 insertions, 0 deletions
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; |
