From 2a127f8c0812df86fa22ff6f56a23326bf589323 Mon Sep 17 00:00:00 2001 From: Jon Date: Wed, 21 Dec 2011 12:44:19 +0200 Subject: Added missing quest reward for Stolen Winter Veil Treats (horde) --- sql/updates/world/2011_12_21_00_world_mail_loot_template.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2011_12_21_00_world_mail_loot_template.sql (limited to 'sql') diff --git a/sql/updates/world/2011_12_21_00_world_mail_loot_template.sql b/sql/updates/world/2011_12_21_00_world_mail_loot_template.sql new file mode 100644 index 00000000000..2550858d098 --- /dev/null +++ b/sql/updates/world/2011_12_21_00_world_mail_loot_template.sql @@ -0,0 +1,3 @@ +-- Reward from Stolen Winter Veil Treats (horde) +SET @mail:=117; -- Set in DBC +UPDATE quest_template SET RewMailTemplateId=@mail, RewMailDelaySecs=86400 WHERE entry IN (6963); -- Set mail delivery -- cgit v1.2.3