aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-09-11DB/NPC: Various fix for gossipKinzcool
Closes #7156
2012-09-11DB/Quests: Creature involvedrelation for quest Words for Deliveryarmano2
Closes #1911
2012-09-11DB/Spells: Armistice aura is missing when player is in front Sunreaver ↵Tomas
Pavillion or Silver Covenant Pavillion Closes #1938
2012-09-11DB/Loot: Bump drop chance of Vic's Keys from 15% to 100%nelegalno
Closes #1954
2012-09-11DB/NPCs: Little Ooze (Rotface in ICC) can not be tauntedAristoo
Closes #1993
2012-09-11DB/Quests: Fix quest relations for Disharmony of FlameTrista
Closes #2653
2012-09-11DB/Quests: Fix quest relations for Grark LorkrubTrista
Closes #2659
2012-09-10Core/Spells: Add parenthesis to some bitwise AND comparisonsSubv
2012-09-10Build fix.Shauren
2012-09-10Scripts/Icecrown CitadelShauren
* Despawn Mutated Abomination when second phase transition ends, not begins * Prevent Unbound Plague jumping every 0.5 seconds to bypass the mechanic by raid members stacking in one place * Fixed Volatile Ooze not picking targets when everyone stood close to the tank * Fixed Ooze adds pickning new targets after old one gets lost Closes #7610 Closes #7611 Closes #7665
2012-09-10Core/Vehicles: Fix warningsVincent-Michael
2012-09-10Core: Warning fixes (Also some -pedantic under game folder)Spp
2012-09-10Merge pull request #7715 from e000/masterMachiavelli
Core/Player: Fix wrong check in 7a8652c
2012-09-10Core/Player: Fix wrong check in 7a8652c06f71e430c3cff9667edcbb0335be7cc0e
2012-09-10DB/Quests: Fix "Homeward Bound" completion textnelegalno
Closes #7454
2012-09-10DB/Game Event: Update Darkmoon Faire start timesVincent-Michael
2012-09-10Core/Players: Do not allow polearm to be equipped in the offhand.e@cacaw.net
Signed-off-by: Nay <dnpd.dd@gmail.com> Closes #7709
2012-09-09Core/Vehicles: Improved vehicle passenger position calculation (still not ↵Shauren
complete)
2012-09-09Core/Spells: Fixed typo in previous commitShauren
2012-09-09Core/Spells: Set UNIT_FIELD_CHANNEL_OBJECT also for spells that don't have ↵Shauren
explicit target unit but use NEARBY selection, fixes #7246
2012-09-09Scripts/Karazhan: Fix Prince Malchezaar Infernal start timeroMadMano
Closes #5700
2012-09-09Core/Achievements: Change ACHIEVEMENT_CRITERIA_DATA_TYPE_T_PLAYER_CLASS_RACE ↵Subv
behavior Allow it to be used with value1 = 0 and value2 = 0 to only check if the target is a player. Fixes some startup errors.
2012-09-09DB/Quests: Fix OfferRewardText for quest "Warsong Supplies"Vincent-Michael
Closes #7279
2012-09-09Core/Spells: Fix typo (I need sleep)Vincent-Michael
2012-09-09SQL: Fix sql fails :-/Vincent-Michael
2012-09-09Core/Spells: Convert Gift of the Naaru in spell scriptVincent-Michael
Closes #6545
2012-09-09Corrections to previous merged in PRNay
2012-09-08Merge pull request #7703 from myran2/PR1Nay
Core/Commands: .unstuck command
2012-09-08Removed a line of debug codeMyran2
2012-09-08Core/Commands: Replaced .start with a new command, .unstuck. Usage ↵Myran2
information can be found by typing .unstuck in-game
2012-09-08Core/Characters: Add validation checks to barbershop use (prevents exploits)Nay
Thanks Kiddie Closes #7702
2012-09-08Core/Objects: Method to get nearest GO of type X, FindNearestGameObjectOfTypeNay
Thanks Subv for the idea
2012-09-08Core/Entities: Fixed GameObject::FindNearestX for objects with the same ↵Subv
coordinates. closes #4581
2012-09-08SQL/Achievements: Fixed achievement "Wrecking Ball"Subv
It should only count player deaths. closes #1734
2012-09-08Core/Spells: Remove incorrect usage of SPELL_ATTR0_NEGATIVE_1 in ↵Shocker
CanDispelAura (which is used in SPELL_AURA_SCHOOL_IMMUNITY handling) Closes #5940
2012-09-08Core/Items: Fixed items with ITEM_MOD_BLOCK_VALUE ( Increases the block ↵Subv
value of your shield by X ) Closes #716
2012-09-08Core\Characters: Consecutive letters validation for CheckPlayerNameKiddie
Closes #7694
2012-09-08SQL: Update characters_database.sqlNay
2012-09-08Core/Spells: Corrected Glyph of Blessing of Might and Glyph of Blessing of ↵Subv
Wisdom. They should not affect Greater Blessing of Might and Greater Blessing of Wisdom.
2012-09-08Core/Spells: Use the UNIT_FIELD_CHANNEL_OBJECT field instead of ↵Subv
Spell::m_targets to select the channel targets of a triggered spell. Closes #7246
2012-09-08Core/Scripts: Muglash should walk instead of running.Subv
2012-09-08Merge pull request #7690 from Geodar/masterblub
Core/Scripts: Fix typo
2012-09-08Core: Fix warningsVincent-Michael
2012-09-08Core/Scripts: Fix Typo in 7121f015ed6561a4bc12cf08d8f9286b113e66adGeodar
2012-09-08DB/Creatures: Fix Kologarn InhabitTypeVincent-Michael
2012-09-08DB/Achievement: Fix achievement "Who Needs Bloodlust"?Vincent-Michael
Closes: #4812
2012-09-08Fix a typo in SmartScript.cppNay
I blame vincent!
2012-09-08Core/Spells: Fix Flash of Light proc only for Infusion of LightVincent-Michael
Closes: #6274
2012-09-08Core/SAI: Implement SMART_ACTION_SET_HOME_POS (101)Santiago
No parameters; allowed targets: self and position Closes #7689
2012-09-08Core/Authsocket: Correct field types for an account_banned related queryNay
Thanks @Tuxity Closes #6373 Closes #7511