mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-18 11:48:21 +00:00
Add Buff infrastructure to go through different logic paths from different patches (#5073)
This commit is contained in:
+1
-1
@@ -144,7 +144,7 @@ public:
|
||||
bool IsRaining();
|
||||
bool IsSnowing();
|
||||
bool IsSpecialBindLocation(float x, float y, float z, float heading);
|
||||
bool IsSpellBlocked(uint32 spell_id, float x, float y, float z);
|
||||
bool IsSpellBlocked(int32 spell_id, float x, float y, float z);
|
||||
bool IsStaticZone();
|
||||
bool IsUCSServerAvailable();
|
||||
bool IsWaterZone(float z);
|
||||
|
||||
Reference in New Issue
Block a user