aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-03-23DB/SAI: add SAI for The Light's Mercygaut
Closes #9364
2013-03-22Script/Spell: Apply Shadow's Fate to SindragosaGacko
Sindgragosa is summoned in instance script and would not pass the modified check otherwise Related to: #9487
2013-03-22Core/Auth: Updated AuthResult enumShauren
2013-03-21Core/Players: Cleanup code in SendPreparedQuest (checks doing nothing...)Shauren
2013-03-21Core/Pets: Fixed crashes introduced in 1496e4df842db07ec5b2474b05d8279f0e4a907bShauren
2013-03-21Core: More functions moved to constSpp
2013-03-21Core/Pets: Remove unnecesary member variable (m_owner)Spp
2013-03-21Core/Scripts: Removed CAST_CRE defineSpp
2013-03-21Core/Scripts: Removed CAST_PLR defineSpp
2013-03-21Core/AI: Do not expose internal storage of SummonListSpp
2013-03-20SQLS: Rename sql file after PR mergeNay
2013-03-20Merge pull request #8734 from blipi/guardians_altarNay
Quest 4901 "Guardians of the Altar"
2013-03-20Core/Misc: Define multiple functions const (+ code cleanup here and there)Spp
2013-03-20Core/Account: Remove unused helper functionsSpp
2013-03-20Core/Misc: Do not use singleton when calling to static function ↵Spp
ChooseDisplayId (and remove unused parameter)
2013-03-20Merge pull request #9472 from jacob-baines/mismatchNay
Fix mismatching new/delete
2013-03-20Fix mismatching new/deletebaines
2013-03-20Merge pull request #9470 from Visagalis/visagalisNay
[TOC faction champions fix] Loot chest is now selectable after spawning. Closes #9164
2013-03-20Fixed TOC faction champions loot chest (Now it will be selectable after ↵Visagalis
spawning).
2013-03-18Core: Fix warningsVincent_Michael
2013-03-17Core/DB: Fix a table name in CHAR_SEL_MAIL_LIST_INFONay
2013-03-17Scripts/Commands: Add .list mail $char/$guid commandBezo
Prints a list of mails received by the characters Closs #9421
2013-03-17DB/Quests: Fix Send Them Packing, closes #6851Pitcrawler
2013-03-17Merge pull request #9447 from thomas007788/WhisperV2Nay
Update Whisper pr, missed some logic there
2013-03-17DB/Creature: Fix a creature state (visual only)Pitcrawler
2013-03-17DB/Quests: Fix Valkyrion Must Burn, closes #2595Pitcrawler
Replace core script with SAI
2013-03-17Update Whisper pr, missed some logic thereNefarion
2013-03-16Core/Grids: Fix possible crashVincent_Michael
2013-03-16DB/Conditions: Fix some spell implicit targetsPitcrawler
Fix an SAI issue (visual only)
2013-03-15Scripts/Commands: Fix "cannot pass objects of non-trivially-copyable type ↵Nay
‘std::string’ through ‘...’"
2013-03-15Core: Fix non pch buildVincent_Michael
2013-03-15SQL: Rename SQL file after PR mergeNay
2013-03-15Merge pull request #9396 from thomas007788/WhispersNay
Allow reply to whispers if you are under CONFIG_CHAT_WHISPER_LEVEL_REQ
2013-03-15Script/Quest: Into the wild green YonderGacko
Still todo: * Fix spell focus requirement for the drop spell casted by the vehicle Closes: #8752
2013-03-15Core/Unit: Fall after exiting vehicle if is in air and can not flyGacko
2013-03-15Fix some engrishGacko
2013-03-15Remove documentation for script/custom textsGacko
The related code and tables do not exist anymore.
2013-03-15Allow reply to whispers if you are under CONFIG_CHAT_WHISPER_LEVEL_REQ, and ↵Nefarion
implement feature for GMs to remove single players from their WhisperWhiteList.
2013-03-15DB/Spells: Corrected playercreateinfo_spell records *for good*.Warpten
Also corrected load count and temporarily removed an error log. It needs better troubleshooting to avoid error'ing false positives.
2013-03-14Merge pull request #9424 from gigatotem/masterNay
Minor spelling correction in Scourgelord Tyrannus.
2013-03-14Scripts/Pit of Saron: Very minor spelling error correction.Gigatotem
2013-03-13DB/Spells: Fixed startup errors related to playercreateinfo_spell, and ↵Warpten
prevent logging spam when race mask or class mask 0 is used.
2013-03-13Core/Vehicles: Fixed a crash introduced in ↵Shauren
2c169bcca51ca1b5cdbc73c9a4d402d46cdcfc15
2013-03-13DB/SAI fix some event_flags and other conversion issuesKirkhammett
Closes #9144
2013-03-13DB/Loot: Correct Lootmode for some questitems (thx redsonja as well)dr-j
Closes #9382 Closes #9381
2013-03-13Script/Spell: Unlocking Zuluhed's ChainsGacko
Closes #996
2013-03-13DB/Quests: Fix The Best of Intentions, closes #5716Pitcrawler
Remove a bunch of incorrectly spawned NPCs and add some missing NPCs and GOs for quest Defiling the Defilers.
2013-03-13Core/VehiclesShauren
* Fixed crash happening when passenger died on vehicle he was controlling * Fixed crash happening if vehicle control aura was removed before passenger is fully added to vehicle Closes #7160
2013-03-12Rename sql filesGacko
2013-03-12Fixed a duplicate ALTER query, it was already in the previous SQL file.Warpten