Alex King 853739b538
[Feature] Add Comment to Item Data/Quest API (#3669)
* [Feature] Add Comment to Item Data/Quest API

# Perl
- Add `quest::getitemcomment(item_id)`.
- Add `quest::getitemlore(item_id)`.
- Add `$questitemdata->GetComment()`.

# Lua
- Add `eq.get_item_comment(item_id)`.
- Add `eq.get_item_lore(item_id)`.
- Add `item:Comment()`.
# Notes
- Added the ability for operators to pull these fields from item data without a database hit.
- Fixed a bug in `embparser_api.cpp` where `GetZoneGravity` was connected to the wrong methods.

* Update embparser_api.cpp
2023-11-07 18:12:39 -05:00
..
2023-10-23 22:39:37 -05:00
2023-09-17 13:12:43 -05:00
2023-10-17 18:00:41 -04:00
2021-08-31 01:24:21 -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-10-23 22:39:37 -05:00
2023-10-23 22:39:37 -05:00
2023-10-23 22:39:37 -05:00