diff options
author | Jon <jon@jon.com> | 2011-12-21 12:44:19 +0200 |
---|---|---|
committer | Jon <jon@jon.com> | 2011-12-21 12:44:19 +0200 |
commit | 2a127f8c0812df86fa22ff6f56a23326bf589323 (patch) | |
tree | 58400fed3bd39adef4d6f2d049be267ad1998014 | |
parent | 2d93bd07baabce1ebd9445c94e44b255a01bf490 (diff) |
Added missing quest reward for Stolen Winter Veil Treats (horde)
-rw-r--r-- | sql/updates/world/2011_12_21_00_world_mail_loot_template.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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 |