Forums WoW Modding Support Archives Azerothcore Discord Archives [DiscordArchive] whats the hook for OnSpecChange?

[DiscordArchive] whats the hook for OnSpecChange?

[DiscordArchive] whats the hook for OnSpecChange?

rektbyfaith
Administrator
0
11-17-2024, 01:09 PM
#1
Archived author: OUTRAKE • Posted: 2024-11-17T13:09:42.869000+00:00
Original source

whats the hook for OnSpecChange?
rektbyfaith
11-17-2024, 01:09 PM #1

Archived author: OUTRAKE • Posted: 2024-11-17T13:09:42.869000+00:00
Original source

whats the hook for OnSpecChange?

rektbyfaith
Administrator
0
11-17-2024, 01:11 PM
#2
Archived author: OUTRAKE • Posted: 2024-11-17T13:11:58.021000+00:00
Original source

```
void OnSpellCast(Player* player, Spell* spell, bool /*skipCheck*/) override
{
// 63644 - Activate Secondary Spec
// 63645 - Activate Primary Spec
if (spell && (spell->GetSpellInfo()->Id == 63644 || spell->GetSpellInfo()->Id == 63645))
{
ApplyBuffs(player);
}
}
```
rektbyfaith
11-17-2024, 01:11 PM #2

Archived author: OUTRAKE • Posted: 2024-11-17T13:11:58.021000+00:00
Original source

```
void OnSpellCast(Player* player, Spell* spell, bool /*skipCheck*/) override
{
// 63644 - Activate Secondary Spec
// 63645 - Activate Primary Spec
if (spell && (spell->GetSpellInfo()->Id == 63644 || spell->GetSpellInfo()->Id == 63645))
{
ApplyBuffs(player);
}
}
```

Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)