mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 11:48:37 +00:00
[Quest API] Add CopyHateList() to Perl/Lua. (#2623)
* [Quest API] Add CopyHateList() to Perl/Lua. # Perl - Add `$mob->CopyHateList(to_mob)`. # Lua - Add `mob:CopyHateList(to_mob)`. # Notes - Allows operators to easily copy and entire hatelist from one mob to another. * Update mob.cpp
This commit is contained in:
@@ -519,6 +519,7 @@ public:
|
||||
void DamageHateListNPCs(int64 damage, uint32 distance);
|
||||
void DamageHateListNPCsPercentage(int64 damage);
|
||||
void DamageHateListNPCsPercentage(int64 damage, uint32 distance);
|
||||
void CopyHateList(Lua_Mob to);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user