mirror of
https://github.com/EQEmu/Server.git
synced 2026-08-29 16:58:02 +00:00
rebind converted to xyz_location
This commit is contained in:
+2
-2
@@ -1522,10 +1522,10 @@ void QuestManager::ding() {
|
||||
|
||||
}
|
||||
|
||||
void QuestManager::rebind(int zoneid, float x, float y, float z) {
|
||||
void QuestManager::rebind(int zoneid, const xyz_location& location) {
|
||||
QuestManagerCurrentQuestVars();
|
||||
if(initiator && initiator->IsClient()) {
|
||||
initiator->SetBindPoint(zoneid, 0, xyz_location(x, y, z));
|
||||
initiator->SetBindPoint(zoneid, 0, location);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user