diff options
author | SnapperRy <snapperryen@gmail.com> | 2016-09-30 15:19:27 +0200 |
---|---|---|
committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-03-04 19:01:44 +0100 |
commit | a21110a4e1f2002ef6d40a17316dff36d67b3e52 (patch) | |
tree | 8a68e96426de714e70299f5ec46ca2e5ad686a8c | |
parent | 54eba3a27605fb434e49b6ddb6a302bdd2a40070 (diff) |
DB/Misc: charmed flag for Converted Sentry.
Allows quest Further Conversions to work properly.
(cherry picked from commit 3bccffeeaf0ecadf51d5e8fb772a8205bd095ea5)
-rw-r--r-- | sql/updates/world/master/2017_03_04_10_world_2016_09_30_03_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_03_04_10_world_2016_09_30_03_world.sql b/sql/updates/world/master/2017_03_04_10_world_2016_09_30_03_world.sql new file mode 100644 index 00000000000..5f0f949ad72 --- /dev/null +++ b/sql/updates/world/master/2017_03_04_10_world_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; |