GetSpellBlockedMessage converted to xyz_location

This commit is contained in:
Arthur Ice
2014-12-01 14:16:53 -08:00
parent 81d2e7d242
commit fb9d76f851
3 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -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;
};