fix: Fixes detect hidden skill cooldown (#2213)
This commit is contained in:
parent
14bc38e375
commit
c8d489b72b
1 changed files with 2 additions and 0 deletions
|
|
@ -113,6 +113,8 @@ namespace Server.SkillHandlers
|
|||
{
|
||||
src.SendLocalizedMessage(500817); // You can see nothing hidden there.
|
||||
}
|
||||
|
||||
src.NextSkillTime = Core.TickCount + 6000; // 6 seconds cooldown
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue