Alex King cf27f2bc88
[Quest API] Add Caster ID Parameter to FindBuff in Perl/Lua (#3590)
* [Quest API] Add Caster ID Parameter to FindBuff in Perl/Lua

# Perl
- Add `$mob->FindBuff(spell_id, caster_id)`.

# Lua
- Add `mob:FindBuff(spell_id, caster_id)`.

# Notes
- Allows operators to check if the spell ID is cast by a specific entity ID.
- We don't use `Mob*` reference here since the mob may have died, left zone, etc.

* Formatting.
2023-09-29 19:38:36 -04:00
..
2023-09-17 13:12:43 -05:00
2023-09-17 13:12:43 -05:00
2021-08-31 01:24:21 -05:00
2023-09-17 13:12:43 -05:00
2023-09-17 13:12:43 -05:00
2023-07-30 01:35:44 -05:00
2023-07-30 01:35:44 -05:00
2023-09-17 13:12:43 -05:00
2023-09-17 13:12:43 -05:00
2020-01-31 20:25:06 -06:00