diff options
author | Dr-J <daniel.jarrott0@gmail.com> | 2014-07-30 13:53:44 +0100 |
---|---|---|
committer | Dr-J <daniel.jarrott0@gmail.com> | 2014-07-30 13:53:44 +0100 |
commit | f499edd5395405c226dd42b5abbbb89b2127d48c (patch) | |
tree | 6e03037098c228e7dc7cbba95d663e769b6d6e9d | |
parent | 3199f2ba90952f1de36a2d4675dc3ea6ddf5b71e (diff) |
DB/SAI: Apprentice Mirveda
Noticed this after commit, bad phase mask a remnant from how I originally intended to script this, event phase 4 now never gets set.
-rw-r--r-- | sql/updates/world/2014_07_30_02_world_sai.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2014_07_30_02_world_sai.sql b/sql/updates/world/2014_07_30_02_world_sai.sql new file mode 100644 index 00000000000..ef12a4236c5 --- /dev/null +++ b/sql/updates/world/2014_07_30_02_world_sai.sql @@ -0,0 +1 @@ +UPDATE `smart_scripts` SET `event_phase_mask`=1 WHERE `entryorguid`=15402 AND `source_type`=0 AND `id`=6 |