[FSOD] Completely removing the /giftcode command.
Is there a way I can completely remove the giftcode command in fsod source?
/db/AccountDataHelper.cs
Remove everything related to giftcodes
/server/account/redeemGiftCode.cs
Delete this file
/db/JsonObjects/GiftCode.cs
Delete this file
/wServer/networking/Client.cs
Remove giftcode related
/server/account/checkGiftCode.cs
Delete this file
/wServer/realm/commands/WorldCommand.cs
Remove giftcode related
/wServer/realm/entities/player/Player.KeepAlive.cs
Remove giftcode related
/server/RequestHandlers.cs
Remove giftcode related (not necessary but I like to have it all removed)
/db/Models.cs
Remove giftcode related
/db/Database.cs
Remove giftcode related
/wServer/realm/commands/AdminCommands.cs
Remove giftcode related
/wServer/realm/entities/player/Player.Leveling.cs
Remove giftcode related
Finally, in your database, you can drop the Giftcode table since it's going to be useless