mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Got the emote sequence for Treasures of the Main working. Got the duty started but there are issues on zoning.
This commit is contained in:
@@ -41,6 +41,7 @@ using Meteor.Map.Actors.Chara;
|
||||
using Meteor.Map.DataObjects.chara;
|
||||
using Meteor.Map.actors.chara;
|
||||
using Meteor.Map.Actors.QuestNS;
|
||||
using Meteor.Map.actors.group;
|
||||
|
||||
namespace Meteor.Map.lua
|
||||
{
|
||||
@@ -78,6 +79,7 @@ namespace Meteor.Map.lua
|
||||
UserData.RegisterType<Npc>();
|
||||
UserData.RegisterType<Quest>();
|
||||
UserData.RegisterType<QuestData>();
|
||||
UserData.RegisterType<ContentGroup>();
|
||||
UserData.RegisterType<Zone>();
|
||||
UserData.RegisterType<InventoryItem>();
|
||||
UserData.RegisterType<ItemPackage>();
|
||||
|
Reference in New Issue
Block a user