[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
+1
View File
@@ -450,6 +450,7 @@ public:
void UpdateAdmin(bool from_database);
luabind::object GetPEQZoneFlags(lua_State* L);
luabind::object GetZoneFlags(lua_State* L);
std::string GetGuildPublicNote();
void ApplySpell(int spell_id);
void ApplySpell(int spell_id, int duration);