=Fixed Raffling system and started char database

This commit is contained in:
Alex
2019-06-01 23:52:06 -04:00
parent 99bd35611e
commit 3b8e8c7f01
5 changed files with 19 additions and 16 deletions
+1
View File
@@ -350,6 +350,7 @@ public class ObjectBuilderFactory
manager.Register(LocCommands.Stub("rpg"), new CommandRPG(KittyRole.Mod, KittyRating.Safe));
manager.Register(LocCommands.Stub("rafflestart"), new CommandRaffleStart(KittyRole.Mod, KittyRating.Safe));
manager.Register(LocCommands.Stub("rafflespin"), new CommandRaffleSpin(KittyRole.Mod, KittyRating.Safe));
manager.Register(LocCommands.Stub("raffleend"), new CommandRaffleEnd(KittyRole.Mod, KittyRating.Safe));
// General
manager.Register(LocCommands.Stub("fetch"), new CommandFetch(KittyRole.General, KittyRating.Safe));