From 5007272dcba17b040fb3f5ba7efa9b958d0d233b Mon Sep 17 00:00:00 2001 From: RedSparr0w Date: Mon, 23 Sep 2019 01:30:30 +1200 Subject: [PATCH] [events] shrink message to fit --- 09HDscape-server/src/org/crandor/game/events/GlobalEvent.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/09HDscape-server/src/org/crandor/game/events/GlobalEvent.java b/09HDscape-server/src/org/crandor/game/events/GlobalEvent.java index 12c868da8..f4102271e 100644 --- a/09HDscape-server/src/org/crandor/game/events/GlobalEvent.java +++ b/09HDscape-server/src/org/crandor/game/events/GlobalEvent.java @@ -7,7 +7,7 @@ public enum GlobalEvent { GOLDEN_RETRIEVER("All gold dropped by monsters will be automatically banked for you"), // Not implemented THIEVES_JACKPOT("Receive 3 x more coins when thieving"), GOLDEN_ESSENCE("Receive 3 x more runes when runecrafting"), - CLONE_FEST("20 x PVP clones have been spawned in the wilderness near the mage bank."), // Not implemented + CLONE_FEST("20 clones are been spawned in the wilderness near the mage arena."), // Not implemented TRY_YOUR_LUCK("Mobs will drop 40% more items when killed"), CRAZY_SEEDS("Mobs will drop 2 x more seeds when killed"), CHARMED("Mobs will drop 2 x more charms when killed"),