aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/server/scripts/World/go_scripts.cpp30
1 files changed, 0 insertions, 30 deletions
diff --git a/src/server/scripts/World/go_scripts.cpp b/src/server/scripts/World/go_scripts.cpp
index abeb7c286a2..583678ac58a 100644
--- a/src/server/scripts/World/go_scripts.cpp
+++ b/src/server/scripts/World/go_scripts.cpp
@@ -20,7 +20,6 @@ go_ethereum_prison
go_ethereum_stasis
go_shrine_of_the_birds
go_southfury_moonstone
-go_orb_of_command
go_resonite_cask
go_tablet_of_madness
go_tablet_of_the_seven
@@ -98,34 +97,6 @@ public:
};
/*######
-## go_orb_of_command
-######*/
-
-class go_orb_of_command : public GameObjectScript
-{
-public:
- go_orb_of_command() : GameObjectScript("go_orb_of_command") { }
-
- struct go_orb_of_commandAI : public GameObjectAI
- {
- go_orb_of_commandAI(GameObject* go) : GameObjectAI(go) { }
-
- bool GossipHello(Player* player) override
- {
- if (player->GetQuestRewardStatus(7761))
- player->CastSpell(player, 23460, true);
-
- return true;
- }
- };
-
- GameObjectAI* GetAI(GameObject* go) const override
- {
- return new go_orb_of_commandAI(go);
- }
-};
-
-/*######
## go_tablet_of_madness
######*/
@@ -1976,7 +1947,6 @@ public:
void AddSC_go_scripts()
{
new go_gilded_brazier();
- new go_orb_of_command();
new go_shrine_of_the_birds();
new go_southfury_moonstone();
new go_tablet_of_madness();