mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
[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:
@@ -0,0 +1 @@
|
||||
UPDATE doors SET lockpick=1 WHERE doorid=46 AND zone="potranquility";
|
||||
Reference in New Issue
Block a user