diff options
| author | Shocker <shocker@freakz.ro> | 2011-12-10 20:05:51 +0200 |
|---|---|---|
| committer | Shocker <shocker@freakz.ro> | 2011-12-10 20:05:51 +0200 |
| commit | d4921e0f259e3e9b8cb40fac992c3dcf884d219b (patch) | |
| tree | 27faecd162d4ca4bd3c15bd16d4f00937fac3b0d /src/server/scripts/Northrend | |
| parent | 4e6fcc18ea1291b155c14c1b69dab3adc9369d9e (diff) | |
Core/Misc: Small english fix
Diffstat (limited to 'src/server/scripts/Northrend')
| -rw-r--r-- | src/server/scripts/Northrend/Ulduar/Ulduar/boss_freya.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Northrend/Ulduar/Ulduar/boss_freya.cpp b/src/server/scripts/Northrend/Ulduar/Ulduar/boss_freya.cpp index e7d8b070e53..877971aa502 100644 --- a/src/server/scripts/Northrend/Ulduar/Ulduar/boss_freya.cpp +++ b/src/server/scripts/Northrend/Ulduar/Ulduar/boss_freya.cpp @@ -526,7 +526,7 @@ class boss_freya : public CreatureScript { uint8 n = 0; - // Handling recieved data + // Handling received data for (uint8 i = 0; i < 5; ++i) // We have created "instances" for keeping informations about last 6 death lashers - needed because of respawning { deforestation[i][0] = deforestation[(i + 1)][0]; // Time |
