mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-10 06:24:38 +02:00
Fixed bug with dialog treating all characters as men.
This commit is contained in:
parent
958a87edf2
commit
c38caffaf1
3 changed files with 31 additions and 1 deletions
|
@ -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>();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue