Corrected Tarot Card dispelling Clan buffs (#3186)
* Corrected Tarot Card dispelling Clan buffs * Fixes #3179. * Resolved Tarot Card dispelling Clan buffs from players. * Added Doram buffs and RODEX from being Dispelled as well. Thanks to @cahya1992!
This commit is contained in:
parent
046d2e6c44
commit
f4e8dee5d6
@ -13817,9 +13817,20 @@ void status_change_clear_buffs(struct block_list* bl, uint8 type)
|
||||
case SC_ALL_RIDING_REUSE_LIMIT:
|
||||
case SC_SPRITEMABLE:
|
||||
case SC_BITESCAR:
|
||||
case SC_GEFFEN_MAGIC1:
|
||||
case SC_GEFFEN_MAGIC2:
|
||||
case SC_GEFFEN_MAGIC3:
|
||||
case SC_DORAM_BUF_01:
|
||||
case SC_DORAM_BUF_02:
|
||||
case SC_GEFFEN_MAGIC1:
|
||||
case SC_GEFFEN_MAGIC2:
|
||||
case SC_GEFFEN_MAGIC3:
|
||||
// Clans
|
||||
case SC_CLAN_INFO:
|
||||
case SC_SWORDCLAN:
|
||||
case SC_ARCWANDCLAN:
|
||||
case SC_GOLDENMACECLAN:
|
||||
case SC_CROSSBOWCLAN:
|
||||
case SC_JUMPINGCLAN:
|
||||
// RODEX
|
||||
case SC_DAILYSENDMAILCNT:
|
||||
// Costumes
|
||||
case SC_MOONSTAR:
|
||||
case SC_SUPER_STAR:
|
||||
|
Loading…
x
Reference in New Issue
Block a user