diff options
| author | funjoker <funjoker109@gmail.com> | 2025-05-13 23:53:55 +0200 |
|---|---|---|
| committer | funjoker <funjoker109@gmail.com> | 2025-05-13 23:53:55 +0200 |
| commit | e723e7935ec92ab1258def0a4238cb6c1c72ec7c (patch) | |
| tree | f1cbc6e649d13590bc612bc65082a9dc705b552d /src/server/scripts | |
| parent | 58485e6d7a7b831578e29c6a236e4dde4a3b9807 (diff) | |
Core/Stats: Reimplement basehp
Diffstat (limited to 'src/server/scripts')
| -rw-r--r-- | src/server/scripts/Spells/spell_generic.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
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<Races, std::array<uint32, 2>> 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<uint32> RacialSkills; |
