fix(build) SendNotification is not a member of WorldSession (#35)
This commit is contained in:
parent
58652e93a2
commit
668b19995b
1 changed files with 1 additions and 1 deletions
|
|
@ -301,7 +301,7 @@ public:
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
player->GetSession()->SendNotification(SERVER_MSG_STRING, ss2.str().c_str());
|
ChatHandler(player->GetSession()).SendNotification(SERVER_MSG_STRING, ss2.str().c_str());
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue