diff options
author | Killyana <morphone1@gmail.com> | 2016-01-22 19:18:13 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2016-01-22 19:18:13 +0100 |
commit | 657b7ccbb93c7f670f2564affc9a2a86c7f088c5 (patch) | |
tree | c954725b5a8d6258294747733af3d533deabc908 | |
parent | 812e3ad56814054c427effe776e6ae8a021cd091 (diff) |
DB/SAI: Update SMART_ACTION_SET_INGAME_PHASE_MASK
-rw-r--r-- | sql/updates/world/2016_01_22_03_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2016_01_22_03_world.sql b/sql/updates/world/2016_01_22_03_world.sql new file mode 100644 index 00000000000..75e3980b26f --- /dev/null +++ b/sql/updates/world/2016_01_22_03_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `action_type`=44 WHERE `action_type`= 16; |