commented security hacks
This commit is contained in:
parent
b88e0fe9a8
commit
aaa7a82ca0
2 changed files with 7 additions and 3 deletions
|
|
@ -1543,11 +1543,13 @@ public:
|
|||
return true;
|
||||
}
|
||||
|
||||
if (handler->GetSession()->GetSecurity() < SEC_ADMINISTRATOR)
|
||||
/* [AZTH] Sunwell hack
|
||||
if (handler->GetSession()->GetSecurity() < SEC_ADMINISTRATOR)
|
||||
{
|
||||
handler->PSendSysMessage("You may only remove items. Adding items is available for higher GMLevel.");
|
||||
return false;
|
||||
}
|
||||
*/
|
||||
|
||||
// Adding items
|
||||
uint32 noSpaceForCount = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue