diff options
| author | SnapperRy <snapperryen@gmail.com> | 2016-09-30 15:19:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-30 15:19:27 +0200 |
| commit | 3bccffeeaf0ecadf51d5e8fb772a8205bd095ea5 (patch) | |
| tree | e0e5202f52c81d25b3952447f4f785fcf291698c | |
| parent | 05c0dba80ec4c0b1474ec89a32febaeb71e0b05a (diff) | |
DB/Misc: charmed flag for Converted Sentry.
Allows quest Further Conversions to work properly.
| -rw-r--r-- | sql/updates/world/3.3.5/2016_09_30_03_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_09_30_03_world.sql b/sql/updates/world/3.3.5/2016_09_30_03_world.sql new file mode 100644 index 00000000000..5f0f949ad72 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_09_30_03_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `event_flags`=`event_flags`|0x200 WHERE `entryorguid`=24981 AND `source_type`=0; |
