diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-01-17 14:44:10 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-01-17 14:44:10 -0300 |
commit | 5442d1583f825dc210dca408b47f661147e4854c (patch) | |
tree | 690423fe4fdcb396daf0e899653f35053953e6be /npc/003-3 | |
parent | f8cff7efd8fa628787d218e0af883e6094d6b48c (diff) | |
download | serverdata-5442d1583f825dc210dca408b47f661147e4854c.tar.gz serverdata-5442d1583f825dc210dca408b47f661147e4854c.tar.bz2 serverdata-5442d1583f825dc210dca408b47f661147e4854c.tar.xz serverdata-5442d1583f825dc210dca408b47f661147e4854c.zip |
Move Blanket from generic to armor
Diffstat (limited to 'npc/003-3')
-rw-r--r-- | npc/003-3/malindou.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index d5ebffd8e..78f57c2c7 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -463,6 +463,16 @@ OnInit: debugmes "* Political System Base"; debugmes ""; } + // Current UPDATE value: Sex Jan 17 14:42:37 BRT 2020 + // Remove Junk + if ($UPDATE < 1579282957) { + DelItemFromEveryPlayer(748); + DelItemFromEveryPlayer(1166); + $UPDATE=1579282957; + debugmes ""; + debugmes "* Blanket fix"; + debugmes ""; + } |