From e858dd16ef132ab9af8f15e1300b7b95466ed977 Mon Sep 17 00:00:00 2001 From: Shauren Date: Mon, 12 Apr 2021 12:24:28 +0200 Subject: Core: Fix linking with gcc 8.3 --- src/server/scripts/Spells/spell_shaman.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/server/scripts/Spells/spell_shaman.cpp b/src/server/scripts/Spells/spell_shaman.cpp index adef5e55ed6..09b3e0b40ad 100644 --- a/src/server/scripts/Spells/spell_shaman.cpp +++ b/src/server/scripts/Spells/spell_shaman.cpp @@ -490,7 +490,7 @@ class spell_sha_flametongue_weapon_aura : public AuraScript class spell_sha_healing_rain_aura : public AuraScript { public: - static constexpr const char ScriptName[] = "spell_sha_healing_rain"; + static constexpr char const ScriptName[] = "spell_sha_healing_rain"; void SetVisualDummy(TempSummon* summon) { @@ -521,6 +521,7 @@ private: ObjectGuid _visualDummy; float _x = 0.0f, _y = 0.0f, _z = 0.0f; }; +constexpr char const spell_sha_healing_rain_aura::ScriptName[]; // 73920 - Healing Rain class spell_sha_healing_rain : public SpellScript -- cgit v1.2.3