delete useless msg

master
Dominik Madarász 2024-06-21 15:58:22 +02:00
parent a3915679e1
commit c249498304
1 changed files with 0 additions and 2 deletions

View File

@ -222,8 +222,6 @@ public:
else
needs->thirst += data.thirst;
ChatHandler(player->GetSession()).PSendSysMessage("You feel invirogated!\nCurrent needs:\nHunger: %d\nThirst: %d", needs->hunger, needs->thirst);
HandleBuffs(player, needs);
}
}