fix: Fixes detect hidden skill cooldown (#2213)

This commit is contained in:
Kamron Batman 2025-06-07 11:05:49 -10:00 committed by GitHub
parent 14bc38e375
commit c8d489b72b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -113,6 +113,8 @@ namespace Server.SkillHandlers
{
src.SendLocalizedMessage(500817); // You can see nothing hidden there.
}
src.NextSkillTime = Core.TickCount + 6000; // 6 seconds cooldown
}
}
}