- Joined
- Jan 25, 2025
- Messages
- 47
- Reaction score
- 0
- Points
- 6
Preview:
Search in InstanceBaseBattle.cpp
BOOL CInstanceBase::CheckAdvancing()
{
Add
if (IsPC() && IsGameMaster() && IsWalking())
return false;
Search in PythonBackground.cpp
bool CPythonBackground::CheckAdvancing(CInstanceBase * pInstance)
{
Add
if (pInstance->IsPC() && pInstance->IsGameMaster() && pInstance->IsWalking())
return false;
Search in InstanceBaseBattle.cpp
BOOL CInstanceBase::CheckAdvancing()
{
Add
if (IsPC() && IsGameMaster() && IsWalking())
return false;
Search in PythonBackground.cpp
bool CPythonBackground::CheckAdvancing(CInstanceBase * pInstance)
{
Add
if (pInstance->IsPC() && pInstance->IsGameMaster() && pInstance->IsWalking())
return false;