Locks
* implemented display of LOCK_TYPE_SPELL (3 cases) * show "unlocks" tab on spell detail page * closes #288
This commit is contained in:
parent
f9ace6a671
commit
1d922c1147
6 changed files with 127 additions and 63 deletions
|
|
@ -609,6 +609,7 @@ define('TEAM_NEUTRAL', 2);
|
|||
// Lock Types
|
||||
define('LOCK_TYPE_ITEM', 1);
|
||||
define('LOCK_TYPE_SKILL', 2);
|
||||
define('LOCK_TYPE_SPELL', 3);
|
||||
|
||||
// Lock-Properties (also categorizes GOs)
|
||||
define('LOCK_PROPERTY_FOOTLOCKER', 1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue