*Fix a typo. This fix the compile error. I hope haven't got errors in WIN.

--HG--
branch : trunk
This commit is contained in:
Anubisss
2009-09-20 14:01:39 +02:00
parent 701240610c
commit b0ee3c52ae

View File

@@ -37,7 +37,7 @@ bool AreaTrigger_at_malfurion_stormrage(Player* pPlayer, AreaTriggerEntry *at)
if (ScriptedInstance* pInstance = pPlayer->GetInstanceData())
{
if (!pPlayer->FindNearestCreature(15362,15))
Unit* Malfurion = pPlayer->SummonCreature(15362, pPlayer->GetPositionX(), pPlayer->GetPositionY(), pPlayer->GetPositionZ(), -1. 52, TEMPSUMMON_TIMED_OR_DEAD_DESPAWN, 100000);
Unit* Malfurion = pPlayer->SummonCreature(15362, pPlayer->GetPositionX(), pPlayer->GetPositionY(), pPlayer->GetPositionZ(), -1.52, TEMPSUMMON_TIMED_OR_DEAD_DESPAWN, 100000);
return false;
}
return false;