mirror of
https://github.com/EQEmu/Server.git
synced 2026-08-29 00:18:18 +00:00
[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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user