forked from metin-server/m2dev-client-src
file encoding to utf-8
This commit is contained in:
@@ -772,8 +772,8 @@ bool CPythonNetworkStream::RecvSpecialEffect()
|
||||
return false;
|
||||
|
||||
DWORD effect = -1;
|
||||
bool bPlayPotionSound = false; //포션을 먹을 경우는 포션 사운드를 출력하자.!!
|
||||
bool bAttachEffect = true; //캐리터에 붙는 어태치 이펙트와 일반 이펙트 구분.!!
|
||||
bool bPlayPotionSound = false; //포션을 먹을 경우는 포션 사운드를 출력하자.!!
|
||||
bool bAttachEffect = true; //캐리터에 붙는 어태치 이펙트와 일반 이펙트 구분.!!
|
||||
switch (kSpecialEffect.type)
|
||||
{
|
||||
case SE_HPUP_RED:
|
||||
@@ -823,11 +823,11 @@ bool CPythonNetworkStream::RecvSpecialEffect()
|
||||
effect = CInstanceBase::EFFECT_FR_SUCCESS;
|
||||
bAttachEffect = false ;
|
||||
break;
|
||||
case SE_LEVELUP_ON_14_FOR_GERMANY: //레벨업 14일때 ( 독일전용 )
|
||||
case SE_LEVELUP_ON_14_FOR_GERMANY: //레벨업 14일때 ( 독일전용 )
|
||||
effect = CInstanceBase::EFFECT_LEVELUP_ON_14_FOR_GERMANY;
|
||||
bAttachEffect = false ;
|
||||
break;
|
||||
case SE_LEVELUP_UNDER_15_FOR_GERMANY: //레벨업 15일때 ( 독일전용 )
|
||||
case SE_LEVELUP_UNDER_15_FOR_GERMANY: //레벨업 15일때 ( 독일전용 )
|
||||
effect = CInstanceBase::EFFECT_LEVELUP_UNDER_15_FOR_GERMANY;
|
||||
bAttachEffect = false ;
|
||||
break;
|
||||
@@ -861,7 +861,7 @@ bool CPythonNetworkStream::RecvSpecialEffect()
|
||||
|
||||
|
||||
default:
|
||||
TraceError("%d 는 없는 스페셜 이펙트 번호입니다.TPacketGCSpecialEffect",kSpecialEffect.type);
|
||||
TraceError("%d 는 없는 스페셜 이펙트 번호입니다.TPacketGCSpecialEffect",kSpecialEffect.type);
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user