diff options
| author | Killyana <morphone1@gmail.com> | 2015-10-19 20:49:21 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2015-10-19 20:49:21 +0200 |
| commit | b09aa673678970986904b4db7e4286a1588746e7 (patch) | |
| tree | 66eb9cb46e310c5a244ef4c41a443480ec1b9a91 | |
| parent | 282913d83296dda59e7b0736efb8fdfefa240cbc (diff) | |
DB: Fix some SAI db errors related to phases
| -rw-r--r-- | sql/updates/world/2015_10_19_01_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2015_10_19_01_world.sql b/sql/updates/world/2015_10_19_01_world.sql new file mode 100644 index 00000000000..cde430879dd --- /dev/null +++ b/sql/updates/world/2015_10_19_01_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `smart_scripts` SET `action_type`=16, `action_param1`=371, `action_param2`=1, `comment`='Brann - On ActionList - Set phase groupe 371' WHERE `entryorguid`=3038200 AND `source_type`=9 AND `id` IN (2); +UPDATE `smart_scripts` SET `action_type`=16, `action_param1`=371, `action_param2`=1, `comment`='Machine - Just created - Set phase groupe 371' WHERE `entryorguid`=30134 AND `source_type`=0 AND `id` IN (16); |
