mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
[9371] Implement .reload all_gossips
* For reload `gossip_menu`, `gossip_menu_option`, `gossip_scripts`, `npc_gossip`, `points_of_interest` by single command. * Also fixed reloading `points_of_interest`.
This commit is contained in:
parent
51b1fa9802
commit
6d4693e770
5 changed files with 20 additions and 3 deletions
|
|
@ -6424,6 +6424,8 @@ void ObjectMgr::LoadReputationOnKill()
|
|||
|
||||
void ObjectMgr::LoadPointsOfInterest()
|
||||
{
|
||||
mPointsOfInterest.clear(); // need for reload case
|
||||
|
||||
uint32 count = 0;
|
||||
|
||||
// 0 1 2 3 4 5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue