Merge pull request 'fix bug give up task' (#383) from fixbug/fix-abandon-quest into develop

Reviewed-on: https://git.pthub.vn/Unity/perfect-world-unity/pulls/383
This commit is contained in:
namth
2026-04-23 09:46:23 +00:00
2 changed files with 2 additions and 3 deletions
@@ -667,8 +667,8 @@ namespace BrewMonster.Scripts.Task
if (m_uTaskCount > 0)
m_uTaskCount--;
else
// TaskInterface::WriteLog(pTask->GetPlayerId(), uTaskId, 0, "ClearTask, TaskCount == 0");
// else
// // TaskInterface::WriteLog(pTask->GetPlayerId(), uTaskId, 0, "ClearTask, TaskCount == 0");
if (pEntry.m_ParentIndex != 0xff)
{
@@ -44,7 +44,6 @@ namespace BrewMonster
private void OnUIEvent(UIEvent uiEvent)
{
Debug.Log($"[HUDMainGamePlay] OnUIEvent: {uiEvent.EventType}");
switch(uiEvent.EventType)
{
case UIEventType.ShowTrace: