diff options
author | jackpoz <giacomopoz@gmail.com> | 2015-08-26 22:55:21 +0200 |
---|---|---|
committer | MitchesD <majklprofik@seznam.cz> | 2015-11-06 11:51:28 +0100 |
commit | ceed5e2d35606509ee0a855ad01ec4690ded6220 (patch) | |
tree | 12ad30e8107c027855a07c9ed37f76be8a19d785 /sql | |
parent | c4f64c6d9c80c60c07cd693b70cfbefa598068ec (diff) |
Core/Battleground: Fix "Call to Arms: Isle of Conquest!" not giving Holiday Weekend honor
(cherry picked from commit 562e82928f3a57c60bcace69ca73246afc0f1805)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/2015_11_06_34_world_2015_08_26_01.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2015_11_06_34_world_2015_08_26_01.sql b/sql/updates/world/2015_11_06_34_world_2015_08_26_01.sql new file mode 100644 index 00000000000..ded18be8a7b --- /dev/null +++ b/sql/updates/world/2015_11_06_34_world_2015_08_26_01.sql @@ -0,0 +1 @@ +UPDATE `game_event_battleground_holiday` SET `bgflag` = 1073741824 WHERE `eventEntry` = 54 ; |