mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-04 06:16:38 +00:00
Bulk load grids at repop and zone init instead of 2 costly individual selects per NPC, create repositories to decouple database logic from business logic
This commit is contained in:
+1
-1
@@ -303,7 +303,7 @@ public:
|
||||
int GetMaxWp() const { return max_wp; }
|
||||
void DisplayWaypointInfo(Client *to);
|
||||
void CalculateNewWaypoint();
|
||||
void AssignWaypoints(int32 grid, int start_wp = 0);
|
||||
void AssignWaypoints(int32 grid_id, int start_wp = 0);
|
||||
void SetWaypointPause();
|
||||
void UpdateWaypoint(int wp_index);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user