aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorvincent-michael <vincent_michael@gmx.de>2016-06-19 18:13:10 +0200
committervincent-michael <vincent_michael@gmx.de>2016-06-19 18:13:10 +0200
commitd1cb53aa2c85b49f2fa18418488c74affb4f0d59 (patch)
tree7f9be7f8e75e90a800c3f75206a95ff14594b0a9 /src
parentef38c0e67e083dacfb8f17fbd02a1d4a866b71f4 (diff)
Core/Scripts: Fixed non pch build
Diffstat (limited to 'src')
-rw-r--r--src/server/scripts/Kalimdor/zone_orgrimmar.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/server/scripts/Kalimdor/zone_orgrimmar.cpp b/src/server/scripts/Kalimdor/zone_orgrimmar.cpp
index eda57245baf..9c531c1f1be 100644
--- a/src/server/scripts/Kalimdor/zone_orgrimmar.cpp
+++ b/src/server/scripts/Kalimdor/zone_orgrimmar.cpp
@@ -32,6 +32,8 @@ EndContentData */
#include "ScriptedCreature.h"
#include "ScriptedGossip.h"
#include "Player.h"
+#include "Cell.h"
+#include "CellImpl.h"
#include "GridNotifiers.h"
/*######
@@ -348,7 +350,7 @@ public:
}
}
- void UpdateAI(uint32 diff) override
+ void UpdateAI(uint32 diff) override
{
events.Update(diff);
@@ -528,7 +530,7 @@ enum HeraldTalk
SAY_SYLVANAS_0 = 0, // Lady Proudmoore, the Warchief speaks the truth. This subterfuge was set in motion by Varimathras and Grand Apothecary Putress. It was not the Horde's doing.
SAY_SYLVANAS_1 = 1, // As the combined Horde and Alliance forces began their assault upon the Wrath Gate, an uprising broke out in the Undercity. Varimathras and hordes of his demonic brethren attacked. Hundreds of my people were slain in the coup. I barely managed to escape with my life.
-
+
SAY_JAINA_0 = 0, // Thrall, what has happened? The King is preparing for war...
SAY_JAINA_1 = 1, // I will deliver this information to King Wrynn, Thrall, but...
SAY_JAINA_2 = 2, // Bolvar was like a brother to him. In the King's absence, Bolvar kept the Alliance united. He found strength for our people in our darkest hours. He watched over Anduin, raising him as his own.