From ceed5e2d35606509ee0a855ad01ec4690ded6220 Mon Sep 17 00:00:00 2001 From: jackpoz Date: Wed, 26 Aug 2015 22:55:21 +0200 Subject: Core/Battleground: Fix "Call to Arms: Isle of Conquest!" not giving Holiday Weekend honor (cherry picked from commit 562e82928f3a57c60bcace69ca73246afc0f1805) --- sql/updates/world/2015_11_06_34_world_2015_08_26_01.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2015_11_06_34_world_2015_08_26_01.sql (limited to 'sql/updates') 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 ; -- cgit v1.2.3