mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 09:06:46 +00:00
Warning fixes, general cleanup (#5053)
This commit is contained in:
+2
-2
@@ -32,7 +32,7 @@
|
||||
#include <deque>
|
||||
#include <list>
|
||||
|
||||
typedef struct {
|
||||
struct NPCProximity {
|
||||
float min_x;
|
||||
float max_x;
|
||||
float min_y;
|
||||
@@ -41,7 +41,7 @@ typedef struct {
|
||||
float max_z;
|
||||
bool say;
|
||||
bool proximity_set;
|
||||
} NPCProximity;
|
||||
};
|
||||
|
||||
struct AISpells_Struct {
|
||||
uint32 type; // 0 = never, must be one (and only one) of the defined values
|
||||
|
||||
Reference in New Issue
Block a user