generic pooled enumerators
guild event bcp
This commit is contained in:
parent
42bdaae3f1
commit
88488bc616
9 changed files with 645 additions and 476 deletions
|
|
@ -687,9 +687,9 @@ namespace Server.Guilds
|
|||
pm.SendGump( new GuildInfoGump( pm, pm.Guild as Guild ) );
|
||||
}
|
||||
|
||||
public static BaseGuild EventSink_CreateGuild( CreateGuildEventArgs args )
|
||||
public static void EventSink_CreateGuild(CreateGuildEventArgs args)
|
||||
{
|
||||
return (BaseGuild)(new Guild( args.Id ));
|
||||
args.Guild = new Guild(args.Id);
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue