mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 21:25:42 +12:00
fix spelling of "plural"
This commit is contained in:
parent
cb73fa1579
commit
1ed1dd50f1
2 changed files with 1520 additions and 1516 deletions
File diff suppressed because it is too large
Load diff
|
@ -823,6 +823,10 @@ namespace HISP.Server
|
|||
sender.LoggedinUser.Inventory.Remove(instance);
|
||||
|
||||
Item.ItemInformation itemInf = instance.GetItemInfo();
|
||||
if(itemInf.MiscFlags.Length <= 0)
|
||||
{
|
||||
Logger.ErrorPrint(itemInf.Name + " Has no misc flags.");
|
||||
}
|
||||
switch(itemInf.MiscFlags[0])
|
||||
{
|
||||
case MISC_FLAG_HEAD:
|
||||
|
|
Loading…
Add table
Reference in a new issue