summaryrefslogtreecommitdiff
path: root/npc/003-3/malindou.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-3/malindou.txt')
-rw-r--r--npc/003-3/malindou.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt
index 1346f9666..bdd00cc06 100644
--- a/npc/003-3/malindou.txt
+++ b/npc/003-3/malindou.txt
@@ -484,12 +484,16 @@ OnInit:
debugmes "";
}
// Current UPDATE value: Sef Fev 24 12:15:12 BRT 2020
- // Bull Helmet fix
+ // Release 11.1 final
if ($UPDATE < 1582557312) {
$UPDATE=1582557312;
ReplaceItemFromEveryPlayer(RiceHat, BullHelmet);
+ DelItemFromEveryPlayer(SilverEasteregg);
+ query_sql("UPDATE `quest` SET `count1` = '2' WHERE `quest`.`quest_id`="+General_Narrator+" AND `count1` = '3'");
debugmes "";
debugmes "* Bull Helmet Fix";
+ debugmes "* Remove Silver Easter Eggs";
+ debugmes "* Lua Quest Reset";
debugmes "";
}