diff options
| author | SnapperRy <snapperryen@gmail.com> | 2016-09-15 17:34:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-15 17:34:16 +0200 |
| commit | d7e97dc0a35841d21e353697b4a145a4dbd69002 (patch) | |
| tree | f2fb86cdb3a76a08e0beeb9d2b224f466812437c | |
| parent | 600e0be7e1f1654a2223ef22559dbd3adb6b100a (diff) | |
DB/SAI: fix event for quest Street "Cred".
| -rw-r--r-- | sql/updates/world/3.3.5/2016_09_15_05_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_09_15_05_world.sql b/sql/updates/world/3.3.5/2016_09_15_05_world.sql new file mode 100644 index 00000000000..edafdb6aad5 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_09_15_05_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `event_flags`=event_flags|512 WHERE `entryorguid`=27923; |
