mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-03 21:56:36 +00:00
GetSpellBlockedMessage converted to xyz_location
This commit is contained in:
+2
-2
@@ -246,7 +246,7 @@ public:
|
||||
void LoadBlockedSpells(uint32 zoneid);
|
||||
void ClearBlockedSpells();
|
||||
bool IsSpellBlocked(uint32 spell_id, float nx, float ny, float nz);
|
||||
const char *GetSpellBlockedMessage(uint32 spell_id, float nx, float ny, float nz);
|
||||
const char *GetSpellBlockedMessage(uint32 spell_id, const xyz_location& location);
|
||||
int GetTotalBlockedSpells() { return totalBS; }
|
||||
inline bool HasMap() { return zonemap != nullptr; }
|
||||
inline bool HasWaterMap() { return watermap != nullptr; }
|
||||
@@ -324,7 +324,7 @@ private:
|
||||
Timer* Instance_Warning_timer;
|
||||
LinkedList<ZoneClientAuth_Struct*> client_auth_list;
|
||||
QGlobalCache *qGlobals;
|
||||
|
||||
|
||||
Timer hotzone_timer;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user