Changeset 257 for trunk/src/game/SpellAuras.h
- Timestamp:
- 11/19/08 13:51:33 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/SpellAuras.h
r236 r257 11 11 * This program is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 14 * GNU General Public License for more details. 15 15 * 16 16 * You should have received a copy of the GNU General Public License 17 17 * along with this program; if not, write to the Free Software 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307USA18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 19 */ 20 20 #ifndef TRINITY_SPELLAURAS_H … … 186 186 void HandleModRating(bool apply, bool Real); 187 187 void HandleModTargetResistance(bool apply, bool Real); 188 void HandleAuraAttackPowerAttacker(bool apply, bool Real);189 188 void HandleAuraModAttackPowerPercent(bool apply, bool Real); 190 189 void HandleAuraModRangedAttackPowerPercent(bool apply, bool Real); 191 190 void HandleAuraModRangedAttackPowerOfStatPercent(bool apply, bool Real); 192 191 void HandleSpiritOfRedemption(bool apply, bool Real); 193 void HandleAuraHealingPct(bool apply, bool Real);194 192 void HandleModManaRegen(bool apply, bool Real); 195 193 void HandleComprehendLanguage(bool apply, bool Real); 196 void HandleAuraHealing(bool apply, bool Real);197 194 void HandleShieldBlockValue(bool apply, bool Real); 198 195 void HandleModSpellCritChanceShool(bool apply, bool Real); … … 254 251 uint8 slot = GetAuraSlot(); 255 252 256 // only aura in slot with charges and without stack limitation253 // only aura in slot with charges and without stack limitation 257 254 if (slot < MAX_AURAS && m_procCharges >= 1 && GetSpellProto()->StackAmount==0) 258 255 SetAuraApplication(slot, m_procCharges - 1);