Moved faction stuff around, removed stupid external item status stuff

This commit is contained in:
KimLS
2013-02-23 15:03:15 -08:00
parent 5a69f41f4d
commit 147c96970c
19 changed files with 1047 additions and 1161 deletions
-8
View File
@@ -793,14 +793,6 @@ void WorldServer::Process() {
client->SetWID(scw->newwid);
break;
}
case ServerOP_ItemStatus: {
if (pack->size != 5) {
cout << "Wrong size on ServerChangeWID_Struct. Got: " << pack->size << ", Expected: 5" << endl;
break;
}
database.SetItemStatus(*((uint32*) &pack->pBuffer[0]), *((uint8*) &pack->pBuffer[4]));
break;
}
case ServerOP_OOCMute: {
oocmuted = *(pack->pBuffer);
break;