diff options
-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 |