mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[11515] Implement spell 62679.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
927a577590
commit
95b980690a
2 changed files with 5 additions and 3 deletions
|
|
@ -1559,8 +1559,10 @@ void Aura::TriggerSpell()
|
|||
// case 62571: break;
|
||||
// // Mulgore Hatchling
|
||||
// case 62586: break;
|
||||
// // Durotar Scorpion
|
||||
// case 62679: break;
|
||||
// Durotar Scorpion
|
||||
case 62679:
|
||||
trigger_spell_id = auraSpellInfo->CalculateSimpleValue(m_effIndex);
|
||||
break;
|
||||
// // Fighting Fish
|
||||
// case 62833: break;
|
||||
// // Shield Level 1
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "11514"
|
||||
#define REVISION_NR "11515"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue