aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-08-11Merge pull request #2550 from bleed12/masterMachiavelli
Refer a Friend value error in DB
2011-08-11Core/ReferAFriend : fix strange grantableLevels value in DBFest
2011-08-10Merge pull request #2542 from idostyle/masterShauren
Core/Spells: Initialize m_castItemGUID in constructor
2011-08-10Spell: m_castItemGUID initializationidostyle@zoit
Closes #105 Closes #1193
2011-08-09DB/Misc: Update two spawns z position; set two npcs in ICC to triggers ↵Nay
(invisible) and use the correct Berserking spell in playercreateinfo_action
2011-08-09DB/Loot: Fix max count of items from Titanium Ore prospecting loottobmaps
2011-08-08Merge pull request #2527 from Kapoeira/masterMachiavelli
[Scripts/Commands] Killing some engrish.
2011-08-08Core/SOAP: Remove redundant thread pool of a hard coded 5 amount of threads ↵Machiavelli
that would just linger. Not really smart design to have a single SOAP thread -> SOAP thread pool -> single world thread handling CLI commands. Thanks to leak for spotting the leak.
2011-08-08Scripts/Commandes: Kill some engrish.Cron
2011-08-08Core/Gridmonster: Increased upper value for search radius to size of gridShauren
2011-08-07Fix buildMachiavelli
2011-08-07Core/Spells: Fix Shaman talent Nature's Guardian and rewrite fix for ↵Machiavelli
fc52f08. Fixes some spells not triggering.
2011-08-07DB/Misc: Add missing AIName SAI, two template updates and two quest chain fixesNay
2011-08-07Core/Spells: Spells that can be spellstolen that have a permanent duration ↵Machiavelli
should respect the 2 minute spellsteal buff duration limit.
2011-08-07DB/SAI: Fix quest Twilight of the Dawn RunnerNay
Closes #128
2011-08-07Core/Spells: Fixed radius of Mutated Plague (Professor Putricide encounter)Shauren
Closes #2521
2011-08-07Core/Spells: Hunter ability Master's Call should not process effects when ↵Machiavelli
pet is dead.
2011-08-07Core/Player: Fix item refund exploitMachiavelli
2011-08-07DB/Spawns: Properly insert Shadow Vault/Icecrown spawns, with guids.Nay
2011-08-07Commit: revert ahune loot && change to the correct loots (what was i thinking)zxbiohazardzx
2011-08-07DB/Loot: Add missing item to Champion's CacheAristoo
Commit: fixed wrong file-extension from previous commit
2011-08-07DB/Loot: Frost lord Ahune loot fixes, thx to AkamaILZxBiohazardZx
Closes #2290
2011-08-06DB/Misc: Icecrown: ShadowVault spawns and quest fixesTome
Closes #981
2011-08-06Core/Commands: Add .cast dest #spellid #x #y #z which orders selected unit ↵QAston
to cast a spell at selected destination.
2011-08-06DB/Misc: Cleanup startup errors intruduced by ICC loot fixZxBiohazardZx
2011-08-06Core/Spells: Add GetTriggeringSpell() method to SpellScript and use it to ↵Machiavelli
properly filter server side spell 18350's script.
2011-08-06DB/ZG: Some more pathing; add gossip & conditions to npcs in Yojamba IslandDiscover-
2011-08-06Core/Misc: Removed existence check from HandleSetSelectionOpcode and moved ↵Shauren
setting faction visible to gossip open
2011-08-06Core/Player: Teleport the player to a default graveyard (Crossroads/Wesfall) ↵Nay
when a zone has no info about graveyards
2011-08-06Core/Spells: - Apply proper unit flags to summoned minionsNay
- SPELL_AURA_MOD_REPUTATION_GAIN spells (e.g Diplomacy) should increase reputation gained from spells (e.g Commendation Badges)
2011-08-06Buildsystem/Windows: Fix compile in debug modeNay
2011-08-06Merge pull request #2511 from LihO/masterMachiavelli
Scripts/AQ20: Crash fix
2011-08-06Scripts/AQ20: Crash fixLihO
2011-08-06Core/Spells: Partial revert of b0fe236265465a0f39aa98a8cee2916d1ccfaa02 , ↵tobmaps
thx A-Metaphysical-Drama for tip Closes #2266 Closes #2442 Closes #2454 Closes #2455 Closes #2502
2011-08-06DB/Loot : Updated Lootid for ICC 25 man and fix a wrong item while at itZxBiohazardZx
Closes #2491
2011-08-06SQL: Cleanup in SQL updatestobmaps
2011-08-06Fix compiletobmaps
2011-08-06Core/Battleground: Missing changes from rev 4ecda55Spp
2011-08-05Core/Dungeon Finder: Added condition to avoid unnecessary checks to the ↵Manuel Carrasco
joining result.
2011-08-05Buildsystem/Windows: Fix a typo in the worldserver/authserver .rc files - ↵click
fixes debug builds on Windows
2011-08-05Core/Dungeon Finder: Better solution for 24bb62e (fixed logic in dungeon ↵Spp
selection)
2011-08-05Core/Battleground: Some (minor) code optimizationsSpp
- All access to Battleground vars are done using funtions (Remove friendship from Battleground and BattlegroundMgr) - Move specific 47 mins arena check to battleground code as its generic to all arenas - Create PreUpdateImpl and PostUpdateImpl functions. Specific battlegrounds will implement those if needed (No more need of call Battleground::Update inside specific BGs) - Modify Create function to use only one parameter - Remove EventPlayerCapturedFlag from Battleground class, only one BG implements it and it's not used outside that BG.
2011-08-04Buildsystem/Windows: Add support for reading commithash and commitdate ↵click
directly from the executable binaries. To view this information, check the "Product Version" field in Properties on the respective daemon. + Fix worldserver/authserver .rc file layouts and content (now adheres to MS standards *sighs*) + Change .serv info output to show corename followed by the commit date and hash + Include showing the versionstring on worldserver startup completion (on Aokromes' request) Thanks to Paradox for bugging me enough about it and the initial pull-request.
2011-08-05Core/Spells: Fix typo in b0fe236265465a0f39aa98a8cee2916d1ccfaa02 , thx ↵tobmaps
A-Metaphysical-Drama
2011-08-04Merge pull request #2501 from LihO/masterKaelima
Fix logic in dungeon selection and a crash fix in Map::Update.
2011-08-04Core/Maps : Crash fixLihO
Closes #1489
2011-08-04Core/Dungeon Finder: fixed logic in dungeon selectionLihO
Random number should be generated only once.
2011-08-04Core/ObjectMgr: Some minor changes in LocaleString functionsSpp
2011-08-04Partial revert of fcdd4d7Spp
Closes #2494
2011-08-04Core/GameEvent: Minor code optimization. (Also cosmetic changes in other ↵Spp
unrelated files)