From e723e7935ec92ab1258def0a4238cb6c1c72ec7c Mon Sep 17 00:00:00 2001 From: funjoker Date: Tue, 13 May 2025 23:53:55 +0200 Subject: Core/Stats: Reimplement basehp --- src/server/scripts/Spells/spell_generic.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/server/scripts') diff --git a/src/server/scripts/Spells/spell_generic.cpp b/src/server/scripts/Spells/spell_generic.cpp index ae3615e29a1..7afa893198b 100644 --- a/src/server/scripts/Spells/spell_generic.cpp +++ b/src/server/scripts/Spells/spell_generic.cpp @@ -420,12 +420,10 @@ class spell_gen_battleground_mercenary_shapeshift : public AuraScript { RACE_NIGHTELF, { RACE_TROLL, RACE_BLOODELF } }, { RACE_UNDEAD_PLAYER, { RACE_HUMAN } }, { RACE_TAUREN, { RACE_DRAENEI, RACE_NIGHTELF } }, - { RACE_GNOME, { RACE_GOBLIN, RACE_BLOODELF } }, + { RACE_GNOME, { RACE_BLOODELF } }, { RACE_TROLL, { RACE_NIGHTELF, RACE_HUMAN, RACE_DRAENEI } }, - { RACE_GOBLIN, { RACE_GNOME, RACE_DWARF } }, { RACE_BLOODELF, { RACE_HUMAN, RACE_NIGHTELF } }, { RACE_DRAENEI, { RACE_TAUREN, RACE_ORC } }, - { RACE_WORGEN, { RACE_TROLL } } }; inline static std::unordered_map> const RaceDisplayIds = @@ -438,10 +436,8 @@ class spell_gen_battleground_mercenary_shapeshift : public AuraScript { RACE_TAUREN, { 55261, 55260 } }, { RACE_GNOME, { 55245, 55244 } }, { RACE_TROLL, { 55263, 55262 } }, - { RACE_GOBLIN, { 55267, 57244 } }, { RACE_BLOODELF, { 55265, 55264 } }, { RACE_DRAENEI, { 55247, 55246 } }, - { RACE_WORGEN, { 55255, 55254 } } }; inline static std::vector RacialSkills; -- cgit v1.2.3