diff options
author | XTZGZoReX <none@none> | 2010-08-08 13:06:17 -0500 |
---|---|---|
committer | XTZGZoReX <none@none> | 2010-08-08 13:06:17 -0500 |
commit | 48c4d4551c5c61da2a4f7c9c6f2b27f7c129302b (patch) | |
tree | c51807e894f1388425909471cb38e6a5b69ef99d | |
parent | 39ab39f6cb80d6eba22dfd3b91bc1cf71bd4ced7 (diff) |
Fix.
--HG--
branch : trunk
-rw-r--r-- | src/server/scripts/EasternKingdoms/BlackrockDepths/blackrock_depths.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/server/scripts/EasternKingdoms/BlackrockDepths/blackrock_depths.cpp b/src/server/scripts/EasternKingdoms/BlackrockDepths/blackrock_depths.cpp index f2ac2705829..1d71fba086c 100644 --- a/src/server/scripts/EasternKingdoms/BlackrockDepths/blackrock_depths.cpp +++ b/src/server/scripts/EasternKingdoms/BlackrockDepths/blackrock_depths.cpp @@ -1356,9 +1356,9 @@ void AddSC_blackrock_depths() new mob_phalanx(); new npc_kharan_mighthammer(); new npc_lokhtos_darkbargainer(); - new npc_dughal_stormwing(); - new npc_tobias_seecher(); - new npc_marshal_windsor(); - new npc_marshal_reginald_windsor(); + //new npc_dughal_stormwing(); + //new npc_tobias_seecher(); + //new npc_marshal_windsor(); + //new npc_marshal_reginald_windsor(); new npc_rocknot(); } |