diff options
| author | Shauren <shauren.trinity@gmail.com> | 2025-08-16 15:31:10 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2025-08-16 15:31:10 +0200 |
| commit | de80c713d0aad00166bb2a25fe70ec3672da7fa0 (patch) | |
| tree | 1adadfb5424f2d15663319c76aea2cffadd75377 /src/server/scripts/Zandalar/Underrot | |
| parent | 7fe0d4a81c7d6d423e296bbaf5a7ead10fff5fcd (diff) | |
Scripts/Spells: Refactor spell script internals to fix -Wcast-function-type-mismatch warning
Diffstat (limited to 'src/server/scripts/Zandalar/Underrot')
| -rw-r--r-- | src/server/scripts/Zandalar/Underrot/boss_sporecaller_zancha.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Zandalar/Underrot/boss_sporecaller_zancha.cpp b/src/server/scripts/Zandalar/Underrot/boss_sporecaller_zancha.cpp index 76b068b1e6c..6c446d6582a 100644 --- a/src/server/scripts/Zandalar/Underrot/boss_sporecaller_zancha.cpp +++ b/src/server/scripts/Zandalar/Underrot/boss_sporecaller_zancha.cpp @@ -474,7 +474,7 @@ class spell_sporecaller_zancha_boundless_rot : public SpellScript { static constexpr Position CenterPosition = { 1032.9444f, 1058.2899f, 33.330894f }; - static void SetDest(SpellDestination& dest) + static void SetDest(SpellScript const&, SpellDestination& dest) { dest.Relocate(CenterPosition); } |
