diff options
| author | Dr-J <daniel.jarrott0@gmail.com> | 2016-09-21 22:41:59 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-21 22:41:59 +0100 |
| commit | 068ade35b648b021cce84011bc5016fa9051daab (patch) | |
| tree | 3e71073e33985f86fa9b0bcf8d6f819df49732bd | |
| parent | c07bd6d467856c2fe2de742abe6bc60aec315750 (diff) | |
DB/Quest: Steamtank Suprise
event flags again
| -rw-r--r-- | sql/updates/world/3.3.5/2016_09_21_04_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_09_21_04_world.sql b/sql/updates/world/3.3.5/2016_09_21_04_world.sql new file mode 100644 index 00000000000..0587b286081 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_09_21_04_world.sql @@ -0,0 +1,2 @@ +UPDATE `smart_scripts` SET `event_flags`=`event_flags`|0x200 WHERE `entryorguid`=27587 AND `source_type`=0; +UPDATE `smart_scripts` SET `event_flags`=`event_flags`|0x200 WHERE `entryorguid`=2758700 AND `source_type`=9; |
