[Bug Fix] Pick Lock was allowing skillups on doors above player skill (#1815)

* [Bux Fix] Pick Lock was allowing skillups on doors above player skill

* Fixed indentation

* Fix indentation #2 - I am not so bright :(

* Further refine messages for pick lock to match live

* sql to make pot pick locks book pickable by skill 1 and skillup
This commit is contained in:
Paul Coene
2021-12-23 14:56:06 -05:00
committed by GitHub
parent 6a77764f8b
commit 8c78a19c95
4 changed files with 21 additions and 3 deletions
+1
View File
@@ -154,6 +154,7 @@ Client::Client(EQStreamInterface* ieqs)
TaskPeriodic_Timer(RuleI(TaskSystem, PeriodicCheckTimer) * 1000),
charm_update_timer(6000),
rest_timer(1),
pick_lock_timer(1000),
charm_class_attacks_timer(3000),
charm_cast_timer(3500),
qglobal_purge_timer(30000),