mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
[9370] Implement .reload quest_poi (also reload quest_poi_points).
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
853d43b12b
commit
51b1fa9802
5 changed files with 14 additions and 1 deletions
|
|
@ -6476,6 +6476,8 @@ void ObjectMgr::LoadPointsOfInterest()
|
|||
|
||||
void ObjectMgr::LoadQuestPOI()
|
||||
{
|
||||
mQuestPOIMap.clear(); // need for reload case
|
||||
|
||||
uint32 count = 0;
|
||||
|
||||
// 0 1 2 3 4 5 6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue