[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
+2
View File
@@ -1528,6 +1528,7 @@ public:
void UpdateMercLevel();
void CheckMercSuspendTimer();
Timer* GetMercTimer() { return &merc_timer; };
Timer* GetPickLockTimer() { return &pick_lock_timer; };
const char* GetRacePlural(Client* client);
const char* GetClassPlural(Client* client);
@@ -1869,6 +1870,7 @@ private:
Timer consent_throttle_timer;
Timer dynamiczone_removal_timer;
Timer task_request_timer;
Timer pick_lock_timer;
Timer heroforge_wearchange_timer;