diff options
Diffstat (limited to 'npc/003-3')
-rw-r--r-- | npc/003-3/malindou.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index f90b4c338..f668c99e2 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -33,6 +33,15 @@ OnInit: debugmes ""; //$HASAN_GP=rand(3,12)+rand(3,12)+rand(3,12); // Already initialized on the main server } + // Current UPDATE value: Dom Jun 30 22:44:46 -03 2018 + if ($UPDATE < 1530409486) { + $UPDATE=1530409486; + debugmes ""; + debugmes "* Clearing invalid items"; + debugmes ""; + DelItemFromEveryPlayer(729); + //$HASAN_GP=rand(3,12)+rand(3,12)+rand(3,12); // Already initialized on the main server + } |