mirror of
https://github.com/mangosfour/server.git
synced 2025-12-21 19:37:02 +00:00
[9136] Merge branch '330' - Switch to support client version 3.3.0A
You need extract new dbc. Also recommended extract new map/vmaps. And apply ofc sql updates that including character convertion. Special thanks to TOM_RUS for continue work at next client versions support :)
This commit is contained in:
commit
dc643371c8
69 changed files with 1860 additions and 1279 deletions
|
|
@ -356,7 +356,17 @@ pAuraHandler AuraHandler[TOTAL_AURAS]=
|
|||
&Aura::HandleNULL, //303 17 spells
|
||||
&Aura::HandleNULL, //304 2 spells (alcohol effect?)
|
||||
&Aura::HandleAuraModIncreaseSpeed, //305 SPELL_AURA_MOD_MINIMUM_SPEED
|
||||
&Aura::HandleNULL //306 1 spell
|
||||
&Aura::HandleNULL, //306 1 spell
|
||||
&Aura::HandleNULL, //307 absorb healing?
|
||||
&Aura::HandleNULL, //308 new aura for hunter traps
|
||||
&Aura::HandleNULL, //309 absorb healing?
|
||||
&Aura::HandleNULL, //310 pet avoidance passive?
|
||||
&Aura::HandleNULL, //311 0 spells in 3.3
|
||||
&Aura::HandleNULL, //312 0 spells in 3.3
|
||||
&Aura::HandleNULL, //313 0 spells in 3.3
|
||||
&Aura::HandleNULL, //314 1 test spell (reduce duration of silince/magic)
|
||||
&Aura::HandleNULL, //315 underwater walking
|
||||
&Aura::HandleNULL //316 makes haste affect HOT/DOT ticks
|
||||
};
|
||||
|
||||
static AuraType const frozenAuraTypes[] = { SPELL_AURA_MOD_ROOT, SPELL_AURA_MOD_STUN, SPELL_AURA_NONE };
|
||||
|
|
@ -1511,15 +1521,6 @@ void Aura::TriggerSpell()
|
|||
// case 812: break;
|
||||
// // Polymorphic Ray
|
||||
// case 6965: break;
|
||||
// // Fire Nova (1-7 ranks)
|
||||
// case 8350:
|
||||
// case 8508:
|
||||
// case 8509:
|
||||
// case 11312:
|
||||
// case 11313:
|
||||
// case 25540:
|
||||
// case 25544:
|
||||
// break;
|
||||
// Thaumaturgy Channel
|
||||
case 9712: trigger_spell_id = 21029; break;
|
||||
// // Egan's Blaster
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue