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:
Singe Horizontal
2022-08-17 18:17:13 +02:00
committed by GitHub
parent 9759909f82
commit 846dfd9bb4

View File

@@ -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: