Fixes after song visual effect bug (#7190)
* Fixes #7163. * Resolves an issue where the Moonlight effect would be displayed when ending a dance/song.
This commit is contained in:
@@ -12474,7 +12474,7 @@ int status_change_start(struct block_list* src, struct block_list* bl,enum sc_ty
|
||||
|
||||
switch(type) {
|
||||
case SC_DANCING:
|
||||
if ((val1&0xFFFF) != CG_MOONLIT)
|
||||
if ((val1&0xFFFF) == CG_MOONLIT)
|
||||
sc->opt3 |= OPT3_MOONLIT;
|
||||
break;
|
||||
case SC_INCATKRATE:
|
||||
|
||||
Reference in New Issue
Block a user