diff options
author | jackpoz <giacomopoz@gmail.com> | 2020-04-05 15:39:09 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-01-01 01:01:42 +0100 |
commit | f1f8af9c5fe3a7f2fc01edaa6cbd88886d2bd31e (patch) | |
tree | 78642c8faabffed070747d1a203ee856c943f0fb | |
parent | da25846615c23f3e088ce639e95fae0771be4a40 (diff) |
Core/Misc: Replace tabs with spaces
(cherry picked from commit cb41c8828fe450e78fad0300fe0cb154d57cae9f)
-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 0a1ed561c89..37296ab07eb 100644 --- a/src/server/scripts/Kalimdor/BlackfathomDeeps/instance_blackfathom_deeps.cpp +++ b/src/server/scripts/Kalimdor/BlackfathomDeeps/instance_blackfathom_deeps.cpp @@ -166,7 +166,7 @@ public: 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[7], TEMPSUMMON_CORPSE_TIMED_DESPAWN, 300000); - } + } break; } break; |