aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKeader <keader.android@gmail.com>2018-08-30 09:26:38 -0300
committerShauren <shauren.trinity@gmail.com>2021-10-23 16:12:52 +0200
commit5612a05f3fca07abc4214f799723b861d09e9ff9 (patch)
treee0dfd7988f29f329c8603dfb257e5c5cfd67aef0 /src
parenta1ec8ff54b96280a063b5d31f341134497e74df9 (diff)
Scripts/ICC: Removed not needed entrys added in last commit
(cherry picked from commit 7ab8a8b70b6bce42574d6dc9f92156b071ee402f)
Diffstat (limited to 'src')
-rw-r--r--src/server/scripts/Northrend/IcecrownCitadel/instance_icecrown_citadel.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/server/scripts/Northrend/IcecrownCitadel/instance_icecrown_citadel.cpp b/src/server/scripts/Northrend/IcecrownCitadel/instance_icecrown_citadel.cpp
index 535e2064ed2..e6b39fb1d55 100644
--- a/src/server/scripts/Northrend/IcecrownCitadel/instance_icecrown_citadel.cpp
+++ b/src/server/scripts/Northrend/IcecrownCitadel/instance_icecrown_citadel.cpp
@@ -363,34 +363,24 @@ class instance_icecrown_citadel : public InstanceMapScript
return entry;
return 0;
case NPC_SE_HIGH_OVERLORD_SAURFANG:
- case NPC_SE_MURADIN_BRONZEBEARD:
return TeamInInstance == ALLIANCE ? NPC_SE_MURADIN_BRONZEBEARD : NPC_SE_HIGH_OVERLORD_SAURFANG;
case NPC_KOR_KRON_GENERAL:
- case NPC_ALLIANCE_COMMANDER:
return TeamInInstance == ALLIANCE ? NPC_ALLIANCE_COMMANDER : NPC_KOR_KRON_GENERAL;
case NPC_TORTUNOK:
- case NPC_ALANA_MOONSTRIKE:
return TeamInInstance == ALLIANCE ? NPC_ALANA_MOONSTRIKE : NPC_TORTUNOK;
case NPC_GERARDO_THE_SUAVE:
- case NPC_TALAN_MOONSTRIKE:
return TeamInInstance == ALLIANCE ? NPC_TALAN_MOONSTRIKE : NPC_GERARDO_THE_SUAVE;
case NPC_UVLUS_BANEFIRE:
- case NPC_MALFUS_GRIMFROST:
return TeamInInstance == ALLIANCE ? NPC_MALFUS_GRIMFROST : NPC_UVLUS_BANEFIRE;
case NPC_IKFIRUS_THE_VILE:
- case NPC_YILI:
return TeamInInstance == ALLIANCE ? NPC_YILI : NPC_IKFIRUS_THE_VILE;
case NPC_VOL_GUK:
- case NPC_JEDEBIA:
return TeamInInstance == ALLIANCE ? NPC_JEDEBIA : NPC_VOL_GUK;
case NPC_HARAGG_THE_UNSEEN:
- case NPC_NIBY_THE_ALMIGHTY:
return TeamInInstance == ALLIANCE ? NPC_NIBY_THE_ALMIGHTY : NPC_HARAGG_THE_UNSEEN;
case NPC_GARROSH_HELLSCREAM:
- case NPC_KING_VARIAN_WRYNN:
return TeamInInstance == ALLIANCE ? NPC_KING_VARIAN_WRYNN : NPC_GARROSH_HELLSCREAM;
case NPC_SE_KOR_KRON_REAVER:
- case NPC_SE_SKYBREAKER_MARINE:
return TeamInInstance == ALLIANCE ? NPC_SE_SKYBREAKER_MARINE : NPC_SE_KOR_KRON_REAVER;
default:
break;