diff options
| author | Spp <none@none> | 2010-04-07 23:25:02 +0200 |
|---|---|---|
| committer | Spp <none@none> | 2010-04-07 23:25:02 +0200 |
| commit | 2454c290b84e04bd0321ca94e0be8c8dc7eedbe8 (patch) | |
| tree | b744629b9fc3004bcb717c5f95a10724df3a6a62 /src/scripts/kalimdor/silithus.cpp | |
| parent | 49d05ba9aa1cd5c1f3ae96546283e6d03a037ff7 (diff) | |
Code Style (game + scripts only):
"==" --> " == " (when needed)
--HG--
branch : trunk
Diffstat (limited to 'src/scripts/kalimdor/silithus.cpp')
| -rw-r--r-- | src/scripts/kalimdor/silithus.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/kalimdor/silithus.cpp b/src/scripts/kalimdor/silithus.cpp index a6e7a89c7b2..d9ae218c077 100644 --- a/src/scripts/kalimdor/silithus.cpp +++ b/src/scripts/kalimdor/silithus.cpp @@ -931,7 +931,7 @@ struct npc_anachronos_quest_triggerAI : public ScriptedAI if (Spawn) { Spawn->LoadCreaturesAddon(); - if (Spawn->GetGUID()== 15423) + if (Spawn->GetGUID() == 15423) Spawn->SetUInt32Value(UNIT_FIELD_DISPLAYID,15427+rand()%4); if (i >= 30) WaveCount = 1; if (i >= 33) WaveCount = 2; |
