mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-15 04:38:33 +00:00
Merge branch 'master' of github.com:AthrogatePEQ/Server
This commit is contained in:
+2
-2
@@ -1058,8 +1058,8 @@ bool Lua_Client::GrantAlternateAdvancementAbility(int aa_id, int points, bool ig
|
||||
}
|
||||
|
||||
void Lua_Client::MarkSingleCompassLoc(float in_x, float in_y, float in_z) {
|
||||
Lua_Safe_Call_Void();
|
||||
self->MarkSingleCompassLoc(in_x, in_y, in_z);
|
||||
Lua_Safe_Call_Void();
|
||||
self->MarkSingleCompassLoc(in_x, in_y, in_z);
|
||||
}
|
||||
|
||||
void Lua_Client::MarkSingleCompassLoc(float in_x, float in_y, float in_z, int count) {
|
||||
|
||||
Reference in New Issue
Block a user