diff --git a/common/mhfmon/mhfmon.go b/common/mhfmon/mhfmon.go index 183a75bd8..e192844fe 100644 --- a/common/mhfmon/mhfmon.go +++ b/common/mhfmon/mhfmon.go @@ -82,7 +82,7 @@ const ( BrightHypnoc RedLavasioth Espinas - OrangeEspinas + BurningEspinas WhiteHypnoc AqraVashimu AqraJebia @@ -91,7 +91,7 @@ const ( Mon87 Mon88 Pariapuria - WhiteEspinas + PearlEspinas KamuOrugaron NonoOrugaron Raviente @@ -267,7 +267,7 @@ var Monsters = []Monster{ {"Bright Hypnocatrice", true}, {"Red Lavasioth", true}, {"Espinas", true}, - {"Orange Espinas", true}, + {"Burning Espinas", true}, {"White Hypnocatrice", true}, {"Aqra Vashimu", true}, {"Aqra Jebia", true}, @@ -276,7 +276,7 @@ var Monsters = []Monster{ {"Mon87", false}, {"Mon88", false}, {"Pariapuria", true}, - {"White Espinas", true}, + {"Pearl Espinas", true}, {"Kamu Orugaron", true}, {"Nono Orugaron", true}, {"Raviente", true}, // + Violent diff --git a/server/channelserver/handlers.go b/server/channelserver/handlers.go index bae634bed..16d5fc2fc 100644 --- a/server/channelserver/handlers.go +++ b/server/channelserver/handlers.go @@ -730,7 +730,7 @@ func handleMsgMhfEnumeratePrice(s *Session, p mhfpacket.MHFPacket) { {0, 900, 0, 0, mhfmon.Monoblos, 100, 1}, {0, 1000, 0, 0, mhfmon.RedKhezu, 100, 1}, {0, 900, 0, 0, mhfmon.Hypnocatrice, 100, 1}, - {0, 1700, 0, 0, mhfmon.WhiteEspinas, 100, 1}, + {0, 1700, 0, 0, mhfmon.PearlEspinas, 100, 1}, {0, 900, 0, 0, mhfmon.PurpleGypceros, 100, 1}, {0, 1800, 0, 0, mhfmon.Poborubarumu, 100, 1}, {0, 1900, 0, 0, mhfmon.Lunastra, 100, 1}, @@ -739,7 +739,7 @@ func handleMsgMhfEnumeratePrice(s *Session, p mhfpacket.MHFPacket) { {0, 1200, 0, 0, mhfmon.AzureRathalos, 100, 1}, {0, 1800, 0, 0, mhfmon.Varusaburosu, 100, 1}, {0, 1000, 0, 0, mhfmon.Gogomoa, 100, 1}, - {0, 1600, 0, 0, mhfmon.OrangeEspinas, 100, 1}, + {0, 1600, 0, 0, mhfmon.BurningEspinas, 100, 1}, {0, 2000, 0, 0, mhfmon.Harudomerugu, 100, 1}, {0, 1800, 0, 0, mhfmon.Akantor, 100, 1}, {0, 900, 0, 0, mhfmon.BrightHypnoc, 100, 1},