Appearance_PERMABAN type removed. now a jobban
Added needed updating to the sql changelog
This commit is contained in:
Shadowlight213
2016-08-19 13:31:15 -07:00
parent 5f15792126
commit 0fb4757512
7 changed files with 11 additions and 53 deletions

View File

@@ -203,12 +203,6 @@
if(!banckey || !banreason || !banjob || !banduration)
usr << "Not enough parameters (Requires ckey, reason and job)."
return
if(BANTYPE_APPEARANCE)
if(!banckey || !banreason)
usr << "Not enough parameters (Requires ckey and reason)."
return
banduration = null
banjob = null
if(BANTYPE_ADMIN_PERMA)
if(!banckey || !banreason)
usr << "Not enough parameters (Requires ckey and reason)."