diff options
| author | Andrew <47818697+Nyeriah@users.noreply.github.com> | 2025-11-15 10:42:24 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-15 10:42:24 -0300 |
| commit | 2942d63125a0084d06cac47abdf92544bc7f4c85 (patch) | |
| tree | 38d00492fc2f5e5fe4b6c18764206418b1872863 /src | |
| parent | f7cb4c04170cd4f861813620867a1c1881bc6453 (diff) | |
fix(Scripts/SholazarBasin): Fix Song of Wind and Water double credit (#23707)
Diffstat (limited to 'src')
| -rw-r--r-- | src/server/scripts/Northrend/zone_sholazar_basin.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/server/scripts/Northrend/zone_sholazar_basin.cpp b/src/server/scripts/Northrend/zone_sholazar_basin.cpp index 06338212e5..4af05b4b9c 100644 --- a/src/server/scripts/Northrend/zone_sholazar_basin.cpp +++ b/src/server/scripts/Northrend/zone_sholazar_basin.cpp @@ -49,7 +49,6 @@ class spell_q12726_song_of_wind_and_water : public SpellScript cr->SetDisplayId(cr->GetDisplayId() == NPC_SOWAW_WATER_MODEL ? NPC_SOWAW_WIND_MODEL : NPC_SOWAW_WATER_MODEL); if (Player* player = cr->GetCharmerOrOwnerPlayerOrPlayerItself()) { - player->KilledMonsterCredit(cr->GetDisplayId() == NPC_SOWAW_WATER_MODEL ? 29008 : 29009); CreatureTemplate const* ct = sObjectMgr->GetCreatureTemplate(cr->GetDisplayId() == NPC_SOWAW_WIND_MODEL ? NPC_SOWAW_WIND_ELEMENTAL : NPC_SOWAW_WATER_ELEMENTAL); for (uint8 i = 0; i < MAX_CREATURE_SPELLS; ++i) cr->m_spells[i] = ct->spells[i]; |
