diff options
author | Killyana <morphone1@gmail.com> | 2020-03-14 16:20:35 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-23 13:01:10 +0100 |
commit | a8dbca7fe314d5c17a5ab8e6ccaf7df1664c3390 (patch) | |
tree | 683d231ef6843d9433ee62ebafb1bf249f4801a2 /src | |
parent | 9e8276a349becbac1042bc3f9ae1a2779fc7d2e4 (diff) |
Typo
(cherry picked from commit a40b742c3ae87ce21fe402db0d32cecda5fafb2c)
Diffstat (limited to 'src')
-rw-r--r-- | src/server/scripts/Kalimdor/BlackfathomDeeps/instance_blackfathom_deeps.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Kalimdor/BlackfathomDeeps/instance_blackfathom_deeps.cpp b/src/server/scripts/Kalimdor/BlackfathomDeeps/instance_blackfathom_deeps.cpp index b403061490c..0a1ed561c89 100644 --- a/src/server/scripts/Kalimdor/BlackfathomDeeps/instance_blackfathom_deeps.cpp +++ b/src/server/scripts/Kalimdor/BlackfathomDeeps/instance_blackfathom_deeps.cpp @@ -165,7 +165,7 @@ public: go->SummonCreature(NPC_BARBED_CRUSTACEAN, SpawnsLocation[0], TEMPSUMMON_CORPSE_TIMED_DESPAWN, 300000); go->SummonCreature(NPC_BARBED_CRUSTACEAN, SpawnsLocation[2], TEMPSUMMON_CORPSE_TIMED_DESPAWN, 300000); go->SummonCreature(NPC_BARBED_CRUSTACEAN, SpawnsLocation[5], TEMPSUMMON_CORPSE_TIMED_DESPAWN, 300000); - go->SummonCreature(NPC_BARBED_CRUSTACEAN, SpawnsLocation[2], TEMPSUMMON_CORPSE_TIMED_DESPAWN, 300000); + go->SummonCreature(NPC_BARBED_CRUSTACEAN, SpawnsLocation[7], TEMPSUMMON_CORPSE_TIMED_DESPAWN, 300000); } break; } |