diff options
author | Anubisss <none@none> | 2009-09-20 14:01:39 +0200 |
---|---|---|
committer | Anubisss <none@none> | 2009-09-20 14:01:39 +0200 |
commit | b0ee3c52ae675a78eae075dfaf2b5022f379720b (patch) | |
tree | ebfb0a9b5bd996e14a5439773111fa52aebe886f /src | |
parent | 701240610ca611b0014f0a953aeb626604048b6c (diff) |
*Fix a typo. This fix the compile error. I hope haven't got errors in WIN.
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/bindings/scripts/scripts/eastern_kingdoms/sunken_temple/sunken_temple.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bindings/scripts/scripts/eastern_kingdoms/sunken_temple/sunken_temple.cpp b/src/bindings/scripts/scripts/eastern_kingdoms/sunken_temple/sunken_temple.cpp index 17a24ebd048..d4da9a68e53 100644 --- a/src/bindings/scripts/scripts/eastern_kingdoms/sunken_temple/sunken_temple.cpp +++ b/src/bindings/scripts/scripts/eastern_kingdoms/sunken_temple/sunken_temple.cpp @@ -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; |