mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-13 15:08:22 +00:00
[Quest API] Export $hate_entity to EVENT_HATE_LIST in Perl (#2885)
# Notes - Exports `$hate_entity` to `EVENT_HATE_LIST`. - Allows operators to see which mob is joining/leaving an NPC's hatelist.
This commit is contained in:
@@ -1743,6 +1743,7 @@ void PerlembParser::ExportEventVariables(
|
||||
|
||||
case EVENT_HATE_LIST: {
|
||||
ExportVar(package_name.c_str(), "hate_state", data);
|
||||
ExportVar(package_name.c_str(), "hate_entity", "Mob", mob);
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user