- May
- Threads
- 31
- 86
- 1,533
- 83
I wanted to present this fix to you because I have not seen it shared on the forum before. Normally, when we use desserts, the effect continues, but it can be used again with this small add-on.
Char _item.cpp open
Search
Add below
Char _item.cpp open
Search
Code:
case ITEM_RAMADAN_CANDY:
{
Add below
Code:
if (FindAffect(AFFECT_RAMADAN_ABILITY))
{
ChatPacket(CHAT_TYPE_INFO, LC_TEXT("ÀÌ¹Ì È¿°ú°¡ °É·Á ÀÖ½À´Ï´Ù."));
return false;
}
Last edited by a moderator:
