aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-10-12Merge pull request #8064 from Warpten/modMoneyShocker
Core/Commands: Allow .modify money to take complex parameters
2012-10-12Core/Commands: Allow .modify money to take another parameter structure:Warpten
Example uses: * .modify money 325g 25s 12c is the same as .modify money 3252512 * .modify money -12g is the same as .modify money -120000 * .modify money -12g 45s is the same as .modify money -115500 * .modify money 25c 18g is the same as .modify money 18g 25c
2012-10-12Revert "Core/Entities: Do not create the model twice for a GameObject."Subv
This reverts commit 0f166336caaf33eb01cffe19d5bb49f729d8d22d.
2012-10-11Merge pull request #8051 from Aokromes/masterSubv
Core/Battlefield: Compile Fix
2012-10-12Core/Battlefield: Compile FixAokromes
2012-10-12Core/Script: Fix item unusual compass.Nay
By Kaelima and Retriman Closes #8039
2012-10-11Wintergrasp: move keep banner spawns to db. fix invisible stalker position.Kandera
2012-10-11Merge pull request #8042 from Retriman/SpellBarkskinkandera
Core/Spell:
2012-10-11Core/Spell:Retriman
*Barkskin can be used to stun and sleep.
2012-10-10Core/Misc: Only remove auras in arenas for non-gm players.Subv
Closes #7559
2012-10-10Core/Players: Remove the mute from the DB when the timer expires.Subv
2012-10-10Scripts/Commands: Fixed the command to restore a deleted character.Subv
Thanks @vlad852
2012-10-10SQL: Renamed SQL from previous pull request.Subv
2012-10-10Merge pull request #8035 from Retriman/BGSubv
DB:
2012-10-10DB: Remove all bgs from e1bee86ee6f5c3ab7b1da6d1b54c98c2851f11ecRetriman
2012-10-10Merge pull request #8001 from tibbi/reputation_convertSubv
correct reputation converting at faction change
2012-10-09Core/Achievements: ACHIEVEMENT_CRITERIA_TYPE_SPECIAL_PVP_KILL doesn't ↵Subv
require a killing blow anymore, only a honorable kill. Author: @tibbi Closes #6224
2012-10-09Core/Achievements: Fixed achievements with ACHIEVEMENT_CRITERIA_TYPE_WIN_ARENASubv
Closes #6339
2012-10-09SQL/StackRules: Added one more stack rule.Subv
Totem of Wrath and Heart of the Crusader should not stack.
2012-10-09SQL/StackRules: Added one more stack rule.Subv
Blood Frenzy (Warrior) and Savage Combat should not stack. ref #7667
2012-10-09SQL/StackRules: Added a stack rule for some spells.Subv
Improved Scorch, Improved Shadow Bolt and Winter's Chill should not stack ref #7667
2012-10-09Merge pull request #8029 from tibbi/char_glyphsSubv
allow glyph1 be null like other glyph slots
2012-10-09allow glyph1 be null like other glyph slotstibbi
2012-10-09Scripts/Misc: Correct two wrong urand'skaelima
(found by Aokromes)
2012-10-08Core/SAI: Added a missing break.Subv
2012-10-08Merge pull request #8005 from tibbi/sotaNay
correcting SotA demolisher spawn, adding preparation buff to 2nd round t...
2012-10-08adding forgotten UpdateCharacterNameDataLevel calltibbi
2012-10-08adding a new prepared statement for selecting char at_login and titlestibbi
2012-10-08some optimization + adding level to CharacterNameDatatibbi
2012-10-07Merge pull request #8010 from Retriman/SpellsSIIIIKaelima
Core/Misc:
2012-10-07Merge pull request #8014 from Retriman/MasSpellsKaelima
Core/Misc:
2012-10-07Merge pull request #7999 from tibbi/CinderglacierSubv
Make Rune of Cinderglacier not proc off dots
2012-10-07Merge pull request #8000 from gigatotem/masterNay
Spells/Hunter: Readiness
2012-10-07Merge pull request #8015 from Retriman/masspellsTIIISubv
Core/Spells:
2012-10-07Core/Entities: Do not create the model twice for a GameObject.trickerer
Should fix #5218 (Still need to check)
2012-10-07Core/SAI: Fixes crashes when using SMART_EVENT_[IC/OOC]_LOSSubv
It should also fix some wrong behaviors in scripts that use these events.
2012-10-07Core/Spells: Fixed a crash caused by Beacon of Light.Subv
GroupReference sources should always be checked against NULL pointers.
2012-10-07Core/Spells:Ranged spells cant be parried or dodged.Retriman
2012-10-07Core/Misc: Shapeshift druid flying now displays an animation of falling.Retriman
2012-10-07Core/Misc: Not produce the error "can not do that while moving" to dismount.Retriman
2012-10-07DB/Loot: increase dropchance for Plump Buzzard Wingzxbiohazardzx
Closes #7989
2012-10-07correcting SotA demolisher spawn, adding preparation buff to 2nd round too, ↵tibbi
lowering start height for attackers
2012-10-07correct reputation converting at faction changetibbi
2012-10-07Make Rune of Cinderglacier not proc off dotstibbi
2012-10-07Fixup a guid issue in 2012_10_06_04_world_misc_spawns.sqlw1sht0l1v3
2012-10-07Core/Utils: Add asserts to irand, urand and frandNay
max should always be higher or equal than min notice that SFMT was already covering these cases and it would return 0, -1 or min
2012-10-07Spells/Hunter: ReadinessGigatotem
Fixes Readiness resetting the cooldown of Gift of the Naaru. Needs testing
2012-10-07Core/Scripts: Typo fix.w1sht0l1v3
2012-10-07Core/Misc: Fix some possible issues detected by static code analysiskaelima
2012-10-07Fix non-pch buildkaelima