diff options
author | Killyana <morphone1@gmail.com> | 2016-10-07 02:29:04 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2016-10-07 02:29:04 +0200 |
commit | f6788b78a6d5237c86ec5ff8c087a0d630f3afeb (patch) | |
tree | b07b2b991cbb7ca1802910e4510f24489b74a86f | |
parent | 8775f8b28a5ad4403371577787131ff81f14332b (diff) |
DB/SAI: Update event flag for war-golem used on ... Or Maybe We Don't
Coses #18042
-rw-r--r-- | sql/updates/world/3.3.5/2016_10_07_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_10_07_00_world.sql b/sql/updates/world/3.3.5/2016_10_07_00_world.sql new file mode 100644 index 00000000000..0ecd7195b6d --- /dev/null +++ b/sql/updates/world/3.3.5/2016_10_07_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `event_flags`=`event_flags`|512 WHERE `entryorguid` IN (27017); |