diff options
author | MitchesD <majklprofik@seznam.cz> | 2015-11-08 10:56:56 +0100 |
---|---|---|
committer | MitchesD <majklprofik@seznam.cz> | 2015-11-08 10:56:56 +0100 |
commit | 49d487b9c8265f02cdc2de350ef805b72c4a24a9 (patch) | |
tree | 3a87e5e531e191a77d41542269ff51a5450fda4c | |
parent | 271390753d63ea34e498e45f5e00a758f6997fbc (diff) |
DB/SAI: fix phase related start up errors
-rw-r--r-- | sql/updates/world/2015_11_08_01_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2015_11_08_01_world.sql b/sql/updates/world/2015_11_08_01_world.sql new file mode 100644 index 00000000000..ab74f6826e4 --- /dev/null +++ b/sql/updates/world/2015_11_08_01_world.sql @@ -0,0 +1,5 @@ +UPDATE `smart_scripts` SET `action_param1`=169, `action_param2`=1 WHERE `action_type`=44 AND `action_param1`=1; +UPDATE `smart_scripts` SET `action_param1`=170, `action_param2`=1 WHERE `action_type`=44 AND `action_param1`=2; +UPDATE `smart_scripts` SET `action_param1`=177, `action_param2`=1 WHERE `action_type`=44 AND `action_param1`=256; + +UPDATE `smart_scripts` SET `action_type`=16, `action_param1`=371, `action_param2`=1 WHERE `action_type`=44 AND `action_param1`=3; |