aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/scripts')
-rw-r--r--src/server/scripts/Northrend/zone_zuldrak.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/server/scripts/Northrend/zone_zuldrak.cpp b/src/server/scripts/Northrend/zone_zuldrak.cpp
index 0c85d4bf733..39cd99e55ec 100644
--- a/src/server/scripts/Northrend/zone_zuldrak.cpp
+++ b/src/server/scripts/Northrend/zone_zuldrak.cpp
@@ -1572,7 +1572,7 @@ public:
}
};
-uint32 const FetchIngredients[21] [4] =
+uint32 const FetchIngredients[21][4] =
{
{ SPELL_FETCH_KNOTROOT, SPELL_HAVE_KNOTROOT, ITEM_KNOTROOT, SAY_KNOTROOT },
{ SPELL_FETCH_PICKLED_EAGLE_EGG, SPELL_HAVE_PICKLED_EAGLE_EGG, ITEM_PICKLED_EAGLE_EGG, SAY_PICKLED_EAGLE_EGG },
@@ -1673,7 +1673,6 @@ class spell_random_ingredient : public SpellScriptLoader
{
if (Player* player = GetHitPlayer())
{
-
uint8 ingredient = 0;
switch (GetSpellInfo()->Id)