summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/functions/clientversion.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt
index bca4f3504..9108e9689 100644
--- a/npc/functions/clientversion.txt
+++ b/npc/functions/clientversion.txt
@@ -272,8 +272,8 @@ function script clientupdater {
}
// General Updates
// seg jul 15 16:41:35 -03 2019
- if (UPDATE < 1563219695) {
- UPDATE=1563219695;
+ if (UPDATE < 1565039378) {
+ UPDATE=1565039378;
.@dg=true;
mesc l(".:: This is Release 9.5 Academy ::."), 0;
//mesc l(".:: This is Release 10.0 Infinity ::."), 0;
@@ -473,42 +473,42 @@ function script clientupdater {
switch (.@ranking+1) {
case 1:
getitembound Tyranny, 1, 1;
- getitem MercBoxsetEE, 1;
+ getitem MercBoxEE, 1;
getitem EquipmentBlueprintE, 1;
getitem HousingLetterI, 1;
getitem StrangeCoin, 150;
break;
case 2:
- getitem MercBoxsetEE, 1;
+ getitem MercBoxEE, 1;
getitem EquipmentBlueprintE, 1;
getitem HousingLetterI, 1;
getitem StrangeCoin, 100;
break;
case 3:
- getitem MercBoxsetDD, 1;
+ getitem MercBoxDD, 1;
getitem EquipmentBlueprintD, 1;
getitem HousingLetterI, 1;
getitem StrangeCoin, 100;
break;
case 4:
case 5:
- getitem MercBoxsetCC, 1;
+ getitem MercBoxCC, 1;
getitem EquipmentBlueprintC, 1;
getitem HousingLetterI, 1;
getitem StrangeCoin, 50;
break;
case 6:
case 7:
- getitem MercBoxsetBB, 1;
+ getitem MercBoxBB, 1;
getitem StrangeCoin, 30;
break;
case 8:
case 9:
- getitem MercBoxsetAA, 1;
+ getitem MercBoxAA, 1;
getitem StrangeCoin, 10;
break;
case 10:
- getitem MercBoxsetAA, 1;
+ getitem MercBoxAA, 1;
break;
} // switch(ranking)