diff options
| author | Discover- <amort11@hotmail.com> | 2013-08-10 16:31:52 +0100 |
|---|---|---|
| committer | Nay <dnpd.dd@gmail.com> | 2013-08-10 16:31:52 +0100 |
| commit | 488128bada02784a2eeca392d0ad7d3e6ebfd255 (patch) | |
| tree | 43edc5aab3b7b136593bb5c9cefadc5b2371e612 /sql/updates | |
| parent | b33f80aa18a66a85508a9aa315092d0482d89638 (diff) | |
DB/EAI: Fix unit_field changes, outdated since initial 3.x versions
Diffstat (limited to 'sql/updates')
| -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; |
