Misc Update

This commit is contained in:
Unstable Kitsune
2023-12-09 22:56:44 -05:00
parent 487f90ea32
commit 64241058c5
7 changed files with 4925 additions and 5 deletions

View File

@@ -139,4 +139,4 @@ Reserved ButtonIDs
m_Syst.OnResponse( state, info, m_SubP );
}
}
}
}

View File

@@ -89,4 +89,4 @@ namespace Server.ACC
}
}
}
}
}

Binary file not shown.

View File

@@ -1,4 +1,4 @@
#region Header
#region Header
// _,-'/-'/
// . __,-; ,'( '/
// \. `-.__`-._`:_,-._ _ , . ``
@@ -16,6 +16,7 @@ using System.Drawing;
using System.Linq;
using Server;
using Server.Commands;
using Server.Gumps;
using Server.Network;
@@ -489,4 +490,4 @@ namespace VitaNex.SuperGumps
base.OnResponse(sender, info);
}
}
}
}