diff --git a/dScripts/02_server/Map/General/PetDigServer.cpp b/dScripts/02_server/Map/General/PetDigServer.cpp index bb057627..d6071023 100644 --- a/dScripts/02_server/Map/General/PetDigServer.cpp +++ b/dScripts/02_server/Map/General/PetDigServer.cpp @@ -113,7 +113,7 @@ void PetDigServer::OnUse(Entity* self, Entity* user) { if (!destroyableComponent) return; auto imagination = destroyableComponent->GetImagination(); - if (imagination == 0) return; // TODO: Check if there was special behavior for this in the live game + if (imagination == 0) return; // TODO: Check if there was special behavior for this in the live game (PR_NEED_IMAGINATION) petComponent->SetTreasureTime(2.0f); // TODO: Get rid of this magic number