|
|
@ -111,6 +111,7 @@ public:
|
|
|
|
{"OnPlayerChangeEquipment", Function<void, unsigned short>()},
|
|
|
|
{"OnPlayerChangeEquipment", Function<void, unsigned short>()},
|
|
|
|
{"OnPlayerChangeInventory", Function<void, unsigned short>()},
|
|
|
|
{"OnPlayerChangeInventory", Function<void, unsigned short>()},
|
|
|
|
{"OnPlayerChangeSpellbook", Function<void, unsigned short, int>()},
|
|
|
|
{"OnPlayerChangeSpellbook", Function<void, unsigned short, int>()},
|
|
|
|
|
|
|
|
{"OnPlayerChangeJournal", Function<void, unsigned short>()},
|
|
|
|
{"OnPlayerSendMessage", Function<bool, unsigned short, const char*>()},
|
|
|
|
{"OnPlayerSendMessage", Function<bool, unsigned short, const char*>()},
|
|
|
|
{"OnPlayerEndCharGen", Function<void, unsigned short>()},
|
|
|
|
{"OnPlayerEndCharGen", Function<void, unsigned short>()},
|
|
|
|
{"OnGUIAction", Function<void, unsigned short, int, const char*>()}
|
|
|
|
{"OnGUIAction", Function<void, unsigned short, int, const char*>()}
|
|
|
|