diff options
author | AriDEV <aridev666@gmail.com> | 2015-01-10 03:14:23 +0000 |
---|---|---|
committer | Nayd <dnpd.dd@gmail.com> | 2015-01-10 03:14:23 +0000 |
commit | 49b4c6ec79bdcc891065c8f478e81f82ffb9611e (patch) | |
tree | b28020dabd682f0e70de02baa66edd3c57304de2 | |
parent | faa583c7843af37d757bd46ca0bd226175dabc38 (diff) |
DB/Mail: Lucky Red Envelope Mail
Since 2012, This item is not posted per Mail anymore, instead of Mail Spam its rewarded directly from Quest.
Closes #13570
-rw-r--r-- | sql/updates/world/2015_01_10_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2015_01_10_01_world.sql b/sql/updates/world/2015_01_10_01_world.sql new file mode 100644 index 00000000000..45be14c717b --- /dev/null +++ b/sql/updates/world/2015_01_10_01_world.sql @@ -0,0 +1,2 @@ +-- Lucky Red Envelope Mail Spam +DELETE FROM `mail_loot_template` WHERE `Item`=21746; |