Fixed bug with dialog treating all characters as men.

This commit is contained in:
Filip Maj 2022-01-25 22:55:39 -05:00
parent 958a87edf2
commit c38caffaf1
3 changed files with 31 additions and 1 deletions

View file

@ -69,6 +69,8 @@ namespace Meteor.Map.lua
UserData.RegisterType<Command>();
UserData.RegisterType<Npc>();
UserData.RegisterType<Quest>();
UserData.RegisterType<Zone>();
UserData.RegisterType<Director>();
UserData.RegisterType<WorldManager>();
UserData.RegisterType<WorldMaster>();
}