[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
@@ -0,0 +1 @@
UPDATE doors SET lockpick=1 WHERE doorid=46 AND zone="potranquility";