aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNyeriah <sarah.trysan@live.com>2015-01-10 03:02:26 -0200
committerNyeriah <sarah.trysan@live.com>2015-01-10 03:02:26 -0200
commit0baa4deb3f93dd97bb694a05f04dbe6474dadba7 (patch)
tree2a8aace7048735d9711bb8e6d2460c31eb8d090b
parent1852d7d2f7b808efb1ec505ce1ca6867219f3588 (diff)
Scripts/HellfireRamparts: Clean up a forgotten no longer used variable
-rw-r--r--src/server/scripts/Outland/HellfireCitadel/HellfireRamparts/boss_vazruden_the_herald.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/server/scripts/Outland/HellfireCitadel/HellfireRamparts/boss_vazruden_the_herald.cpp b/src/server/scripts/Outland/HellfireCitadel/HellfireRamparts/boss_vazruden_the_herald.cpp
index b23dbb2db2f..3951b0eadf6 100644
--- a/src/server/scripts/Outland/HellfireCitadel/HellfireRamparts/boss_vazruden_the_herald.cpp
+++ b/src/server/scripts/Outland/HellfireCitadel/HellfireRamparts/boss_vazruden_the_herald.cpp
@@ -297,7 +297,6 @@ class boss_vazruden_the_herald : public CreatureScript
Initialize();
summoned = false;
sentryDown = false;
- lootSpawned = false;
}
void Initialize()
@@ -450,7 +449,6 @@ class boss_vazruden_the_herald : public CreatureScript
ObjectGuid NazanGUID;
ObjectGuid VazrudenGUID;
bool summoned;
- bool lootSpawned;
};
CreatureAI* GetAI(Creature* creature) const override