diff options
-rw-r--r-- | db/re/item_db.conf | 4 | ||||
-rw-r--r-- | npc/003-2/lua.txt | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 9fa46ff5d..79f78528b 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -3229,7 +3229,7 @@ item_db: ( { Id: 698 AegisName: "LegendaryMouboo" - Name: "Legendary Mouboo" + Name: "Epic Mouboo" Type: "IT_ARMOR" Loc: "EQP_SHADOW_SHOES" Buy: 7500000 @@ -3271,7 +3271,7 @@ item_db: ( { Id: 699 AegisName: "LegendaryTortuga" - Name: "Legendary Tortuga" + Name: "Epic Tortuga" Type: "IT_ARMOR" Loc: "EQP_SHADOW_SHOES" Buy: 7500000 diff --git a/npc/003-2/lua.txt b/npc/003-2/lua.txt index 75967f3cd..e975ff98c 100644 --- a/npc/003-2/lua.txt +++ b/npc/003-2/lua.txt @@ -797,7 +797,7 @@ L_Contributor: mesq l("Let's see if you can pick a reward!"); select rif(!(#CRW & 128) && .@m >= 250, l("30x Bug Leg")), - rif(!(#CRW & 64) && .@m >= 100 && Zeny > 10000, l("(10,000 GP) Legendary Mount")), + rif(!(#CRW & 64) && .@m >= 100 && Zeny > 10000, l("(10,000 GP) Epic Mount")), rif(!(#CRW & 32) && .@m >= 50, l("Developer Cap")), rif(!(#CRW & 16) && .@m >= 40, l("Delicious Cookie")), rif(!(#CRW & 8) && .@m >= 30, l("20x Bug Leg")), |