diff options
author | jackpoz <giacomopoz@gmail.com> | 2015-08-26 22:55:21 +0200 |
---|---|---|
committer | jackpoz <giacomopoz@gmail.com> | 2015-08-26 22:55:21 +0200 |
commit | 562e82928f3a57c60bcace69ca73246afc0f1805 (patch) | |
tree | 35d068acc744a4b2d494e6cca3d11cb11e9a3a27 | |
parent | 558ce7d877d5a192a98065a5a9eea694b48477b7 (diff) |
Core/Battleground: Fix "Call to Arms: Isle of Conquest!" not giving Holiday Weekend honor
-rw-r--r-- | sql/updates/world/2015_08_26_01_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2015_08_26_01_world.sql b/sql/updates/world/2015_08_26_01_world.sql new file mode 100644 index 00000000000..ded18be8a7b --- /dev/null +++ b/sql/updates/world/2015_08_26_01_world.sql @@ -0,0 +1 @@ +UPDATE `game_event_battleground_holiday` SET `bgflag` = 1073741824 WHERE `eventEntry` = 54 ; |