From 6a471755231eb6481c7ce2091b58755b10373acc Mon Sep 17 00:00:00 2001 From: Vincent-Michael Date: Thu, 2 Oct 2014 05:49:07 +0200 Subject: Core/Spells: Added hack for "Bark for the Barleybrews!" quest credit (for alliance-side) (meh, blizzard :/) --- sql/updates/world/2014_10_01_01_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2014_10_01_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/2014_10_01_01_world.sql b/sql/updates/world/2014_10_01_01_world.sql new file mode 100644 index 00000000000..c36cedfe9d8 --- /dev/null +++ b/sql/updates/world/2014_10_01_01_world.sql @@ -0,0 +1 @@ +UPDATE `quest_template` SET `SpecialFlags`=0 WHERE `Id` = 11293; -- cgit v1.2.3