[Quest API] Add GetGuildPublicNote() to Perl/Lua. (#2608)

# Perl
- Add `$client->GetGuildPublicNote()`.

# Lua
- Add `client:GetGuildPublicNote()`.

# Notes
- Allows operators to grab a player's public note in there guild if they wanted to.
This commit is contained in:
Alex King
2022-12-04 12:18:18 -05:00
committed by GitHub
parent 80fffb57b1
commit 5d5c2a4194
5 changed files with 30 additions and 0 deletions
+2
View File
@@ -1667,6 +1667,8 @@ public:
std::map<std::string,std::string> GetMerchantDataBuckets();
std::string GetGuildPublicNote();
protected:
friend class Mob;
void CalcItemBonuses(StatBonuses* newbon);