diff options
author | Killyana <morphone1@gmail.com> | 2016-10-07 02:29:04 +0200 |
---|---|---|
committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-08-21 21:39:58 +0200 |
commit | 9848ceddba437e6d36cfcdf6e017b7624b723a4b (patch) | |
tree | bc8199e63c8682590f204729a77d7a7164bac012 | |
parent | 49ff1736eaaaf3baa81c9419177db5eafb9d9bd3 (diff) |
DB/SAI: Update event flag for war-golem used on ... Or Maybe We Don't
Coses #18042
(cherry picked from commit f6788b78a6d5237c86ec5ff8c087a0d630f3afeb)
-rw-r--r-- | sql/updates/world/master/2017_08_21_08_world_2016_10_07_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_08_21_08_world_2016_10_07_00_world.sql b/sql/updates/world/master/2017_08_21_08_world_2016_10_07_00_world.sql new file mode 100644 index 00000000000..0ecd7195b6d --- /dev/null +++ b/sql/updates/world/master/2017_08_21_08_world_2016_10_07_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `event_flags`=`event_flags`|512 WHERE `entryorguid` IN (27017); |