From bf6c5b3ee6adf507412f3850e844e8cda017c0e5 Mon Sep 17 00:00:00 2001 From: Brian Date: Thu, 14 Jan 2010 14:05:56 -0700 Subject: * Add support for waypoint wisp's level to show the point of the waypoint * Author Kaelima * Thanks Malcrom for the idea --HG-- branch : trunk --- src/game/Level2.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/game/Level2.cpp b/src/game/Level2.cpp index f93b7fc326a..28179568a28 100644 --- a/src/game/Level2.cpp +++ b/src/game/Level2.cpp @@ -3058,6 +3058,7 @@ bool ChatHandler::HandleWpShowCommand(const char* args) { wpCreature->SetDisplayId(target->GetDisplayId()); wpCreature->SetFloatValue(OBJECT_FIELD_SCALE_X, 0.5); + wpCreature->SetLevel(point); } } while( result->NextRow() ); -- cgit v1.2.3