Changeset 104 for trunk

Show
Ignore:
Timestamp:
11/19/08 13:36:16 (17 years ago)
Author:
yumileroy
Message:

[svn] Prevent Bestial Wrath from being applied 5 times when cast by a hunter with The Beast Within talent. Hopefully this will also fix the crashes caused by this spell.
Change 'tbc' to 'expansion' in realmd.sql.

Original author: w12x
Date: 2008-10-23 09:40:37-05:00

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/sql/realmd.sql

    r45 r104  
    3636  `last_login` timestamp NOT NULL default '0000-00-00 00:00:00', 
    3737  `online` tinyint(4) NOT NULL default '0', 
    38   `tbc` tinyint(3) unsigned NOT NULL default '0', 
     38  `expansion` tinyint(3) unsigned NOT NULL default '0', 
    3939  `mutetime` bigint(40) unsigned NOT NULL default '0', 
    4040  `locale` tinyint(3) unsigned NOT NULL default '0', 
  • trunk/src/game/SpellAuras.cpp

    r102 r104  
    37713771 
    37723772    // Bestial Wrath 
    3773     if ( GetSpellProto()->SpellFamilyName == SPELLFAMILY_HUNTER && GetSpellProto()->SpellIconID == 1680) 
     3773    if ( GetSpellProto()->SpellFamilyName == SPELLFAMILY_HUNTER && GetSpellProto()->Id == 19574) 
    37743774    { 
    37753775        // The Beast Within cast on owner if talent present