mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-10 06:40:26 +00:00
Added direct inventory access, and event_loot for items and event_weapon_proc for items
This commit is contained in:
+2
-1
@@ -100,7 +100,8 @@ const char *QuestEventSubroutines[_LargestEventID] = {
|
||||
"EVENT_SAY",
|
||||
"EVENT_DROP_ITEM",
|
||||
"EVENT_DESTROY_ITEM",
|
||||
"EVENT_FEIGN_DEATH"
|
||||
"EVENT_FEIGN_DEATH",
|
||||
"EVENT_WEAPON_PROC"
|
||||
};
|
||||
|
||||
PerlembParser::PerlembParser() : perl(nullptr), event_queue_in_use_(false) {
|
||||
|
||||
Reference in New Issue
Block a user