From 85e59ecd578159a049295071f456c52e9d124de6 Mon Sep 17 00:00:00 2001 From: Machiavelli Date: Thu, 18 Jun 2009 16:28:25 +0200 Subject: * Remove some unneeded typecasting to same class. --HG-- branch : trunk --- .../scripts/scripts/zone/hellfire_peninsula/hellfire_peninsula.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bindings/scripts') diff --git a/src/bindings/scripts/scripts/zone/hellfire_peninsula/hellfire_peninsula.cpp b/src/bindings/scripts/scripts/zone/hellfire_peninsula/hellfire_peninsula.cpp index 6d12d6f86c8..67db4faac91 100644 --- a/src/bindings/scripts/scripts/zone/hellfire_peninsula/hellfire_peninsula.cpp +++ b/src/bindings/scripts/scripts/zone/hellfire_peninsula/hellfire_peninsula.cpp @@ -176,7 +176,7 @@ struct TRINITY_DLL_DECL npc_wounded_blood_elfAI : public npc_escortAI case 27: DoScriptText(SAY_ELF_COMPLETE, m_creature, player); // Award quest credit - ((Player*)player)->GroupEventHappens(QUEST_ROAD_TO_FALCON_WATCH,m_creature); + player->GroupEventHappens(QUEST_ROAD_TO_FALCON_WATCH,m_creature); break; } } -- cgit v1.2.3