mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-19 13:28:25 +00:00
SetBindPoint converted to xyz_location
This commit is contained in:
+1
-1
@@ -1525,7 +1525,7 @@ void QuestManager::ding() {
|
||||
void QuestManager::rebind(int zoneid, float x, float y, float z) {
|
||||
QuestManagerCurrentQuestVars();
|
||||
if(initiator && initiator->IsClient()) {
|
||||
initiator->SetBindPoint(zoneid, x, y, z);
|
||||
initiator->SetBindPoint(zoneid, 0, xyz_location(x, y, z));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user