Merge branch 'default' into shape-shifting

This commit is contained in:
Unstable Kitsune
2023-12-09 23:11:57 -05:00
committed by GitHub
10 changed files with 4994 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

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);
}
}
}
}