From 0a48a583173d2c3c192a94cfb32884f1d0b87f08 Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Fri, 16 Jan 2026 11:01:38 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A3=85=E9=A5=B0=E6=AD=A5=E9=AA=A4=E6=94=B9?= =?UTF-8?q?=E7=89=88=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/server/game/message_handler.go | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/src/server/game/message_handler.go b/src/server/game/message_handler.go index da2bd2e4..c5264b7d 100644 --- a/src/server/game/message_handler.go +++ b/src/server/game/message_handler.go @@ -857,8 +857,21 @@ func (player *Player) FixDecorate() { if GoUtil.InArray(area_id, []int{3, 4, 5}) && progress >= 20 { items := []*item.Item{} for i := progress + 1; i <= 25; i++ { - DecorateItems := decorateCfg.GetProgressReward(area_id, i) - items = append(items, DecorateItems...) + if area_id == 3 && i == 25 { + items = append(items, item.NewItem(item.ITEM_ENERGY_ID, 50)) + items = append(items, item.NewItem(101449, 1)) + } + if area_id == 4 && i == 22 { + items = append(items, item.NewItem(906, 1)) + } + if area_id == 4 && i == 25 { + items = append(items, item.NewItem(item.ITEM_ENERGY_ID, 50)) + items = append(items, item.NewItem(101452, 1)) + } + if area_id == 5 && i == 25 { + items = append(items, item.NewItem(item.ITEM_ENERGY_ID, 50)) + items = append(items, item.NewItem(101450, 1)) + } } MailMod := player.PlayMod.getMailMod() MailMod.SendMail(&mail.MailStruct{