aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2014-09-26 21:23:20 +0200
committerVincent-Michael <Vincent_Michael@gmx.de>2014-09-26 21:23:20 +0200
commitb620b2d27aa1a46b89689e2f24b7ff53c2a32054 (patch)
tree597f6279a5eb1002cdcebf4c2d65da2609863b15
parent07f47a4b9137739ec9d78b9ad7f9957e5fdb03f0 (diff)
DB/Quest: Fix LimitTime for Quest "Bark for Drohn's Distillery!" / "Bark for T'chali's Voodoo Brewery!" / "Bark for the Barleybrews!" / "Bark for the Thunderbrews!"
-rw-r--r--sql/updates/world/2014_09_26_02_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2014_09_26_02_world.sql b/sql/updates/world/2014_09_26_02_world.sql
new file mode 100644
index 00000000000..358c9d20a76
--- /dev/null
+++ b/sql/updates/world/2014_09_26_02_world.sql
@@ -0,0 +1 @@
+UPDATE `quest_template` SET `LimitTime` = 60 * 4 WHERE `Id` IN (11407,11408,11293,11294);