diff options
author | Dr-J <daniel.jarrott0@gmail.com> | 2016-05-04 21:01:40 +0100 |
---|---|---|
committer | Dr-J <daniel.jarrott0@gmail.com> | 2016-05-04 21:01:40 +0100 |
commit | 9566b94688a17f7480e89d6627ca6d43f93125c7 (patch) | |
tree | 42d9bb4505aea40ea30a828eac82e156f719e9c6 | |
parent | e4a22f94e79a538b3adef64f619964b384b4b843 (diff) |
Actually add the sql to last commit
-rw-r--r-- | sql/updates/world/3.3.5/2016_05_04_02_world.sql | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/updates/world/3.3.5/2016_05_04_02_world.sql b/sql/updates/world/3.3.5/2016_05_04_02_world.sql index 8b137891791..4bb7870a4ea 100644 --- a/sql/updates/world/3.3.5/2016_05_04_02_world.sql +++ b/sql/updates/world/3.3.5/2016_05_04_02_world.sql @@ -1 +1,2 @@ - +UPDATE `quest_template_addon` SET `RewardMailTemplateID`=184, `RewardMailDelay`=900 WHERE `ID`=10966; +UPDATE `quest_template_addon` SET `RewardMailTemplateID`=185, `RewardMailDelay`=900 WHERE `ID`=10967; |