aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-26Add missing changes in 7b9b67a3b3bb88566b15abab4d47c2c64717f548 (fucking ↵Vincent_Michael
save button)
2012-12-26Core/Quest: Drop table quest_end_scriptsVincent_Michael
2012-12-26DB/SAI: Fix error in sqlMalcrom
2012-12-26DB/SAI: EAI to SAI conversions with textMalcrom
2012-12-26DB/SAI: Fix errorsMalcrom
2012-12-26DB/SAI: More conversions from EAIMalcrom
2012-12-26DB/SAI/EAI: Update Spectral Servant to SAI and fix some EAI text errors.Malcrom
2012-12-26DB/Game Event: Update Darkmoon Faire start timesVincent_Michael
2012-12-26Scripts/Ick&Krick: Krick should only say his KilledUnit text when the victim ↵Subv
is a player.
2012-12-26DB/SAI: Fix flags on previous commitMalcrom
2012-12-26DB/SAI: Convert Defias EAI to SAI with textMalcrom
2012-12-26DB/SAI: Convert Kobold's from EAI to SAI with textMalcrom
2012-12-26DB/SAI: Some convertions from EAI to SAI with textMalcrom
2012-12-26DB/SAI: Convert Zereketh The Unbound to SAIMalcrom
2012-12-26DB/SAI: Convert Rhahk'Zor from EAI to SAIMalcrom
2012-12-26DB/SCRIPTS: Fix text for High Botanist Freywinn and remove creature_ai_texts.Malcrom
2012-12-26Core/Totem: Have Lightwell use Totem logicMidnaAT
ref www.trinitycore.org/f/topic/7599-propper-lightwell-handling/
2012-12-26Core/Battleground: Rename and correct usage of opcode 1223 and increase the ↵kaelima
timer before arena/bg invitation window is removed to its proper value. Closes #6725
2012-12-25DB/SAI: Fix Errors in Previous SAIMalcrom
2012-12-25DB/SAI: Forgot end of line :)Malcrom
2012-12-25DB/SAI: Final part of Quest 12512 "Leave No One Behind"Malcrom
Will not work until Spells are scripted.
2012-12-25DB/SAI: first Stage of quest 12512: Leave No One BehindMalcrom
2012-12-25DB/SAI: Whitebark's Memory and Respite for a Tormented SoulTrista
* Closes: #4840 and #6478
2012-12-25Core: Fix some codestyleVincent_Michael
2012-12-25Core: Fix non pch buildVincent_Michael
2012-12-25DB/Quest: Jin'arrak's EndTrista
* This covers all that involve main quest mechanics npcs + awarding quest * However 2nd effect of http://www.wowhead.com/spell=48059 needs to be scripted, it is supposed to spawn a lot of guids - it's the event * It closes the problem in #4552, however event remains so leaving it open, I won't spawn them
2012-12-24Core/Movement: Fix codestyle -7092e9350bbb8123de688be0bf5dd87d8196d34fTrista
2012-12-24Core/Quests: Added support for 10/25 man only raid questsShauren
2012-12-24DB/SAI: correct some issues with Eliza's Grave Dirt Previous CommitMalcrom
Fix by vincent_michael
2012-12-24Core/Movement: Final fix for MSG_MOVE_TELEPORTTrista
* Creator Subv, (thx to Shauren also who stated that this packed should be used when researchs were started) - You all should'be thankful, that bug was a real bitch * Fix creatures using NearTeleportTo (example Urom in Oculus, Skeram/Viscidus in AQ and Heigan in Naxxramas)
2012-12-24Core/BuildSystem: Added some more headers to the collisions project PCHSubv
2012-12-24DB/Conditions: Add missing condition for Attunement to the core for hordeMalcrom
Closes #5619
2012-12-24SQL: Rename in correct namesVincent_Michael
2012-12-24DB/SAI: correct some issues with Eliza's Grave DirtGacko
Closes #8709
2012-12-24DB/reputation_reward_rate: Set correct daily quest reputation gain for ↵Malcrom
faction: The Kalu'ak
2012-12-24DB/Object: Add Warpwood Pod Spawns to Dire MaulMalcrom
2012-12-23DB/Creature: Malygos 25 mode fix. Also fix file extention on previous push.Malcrom
Closes #8658
2012-12-23DB/SAI: Val'kyr Taskmistress Combat AIMalcrom
2012-12-24Scripts/Quest: Gambling Debt and Words of PowerTrista
* Quest support for Gambling Debt. Closes: #3122 * Fix bugging script for Words of Power: Closes: #7349 * Fix codestyle that vs broke from: 8c82c075cc32451d62d32bd0cfb51d60168ea8c5
2012-12-24Scripts/Quest: Defending Wyrmrest TempleTrista
* insert complete db sniff support, appart from missing spawns * remove achievement from disables (supported by core - timed one) * insert core support for spells and the defender itself, since SAI makes it act weird (maybe in future when SAI get integrated someone will convert it) Closes #1861 on 90% (except spawns (there are enough, but a lot more needed and minnor stuff that are core side connected with vehicles spellcastresults)
2012-12-23Core/Spells: Spells that are usable while stunned should no longer have ↵Subv
problems with stun auras that don't apply any mechanic.
2012-12-23DB/SAI: Fixes quest: Hell Hath a FuryPitcrawler
2012-12-23DB/Players: Fix message sent when DND is enabledNay
Closes #8428 Also update some sql file names
2012-12-23Allow setting afk/dnd message in afk/dnd statestfx
Also use the same variable to store the message for AFK and DND Signed-off-by: Nay <dnpd.dd@gmail.com>
2012-12-23Fix receiving whispers while being dndstfx
Signed-off-by: Nay <dnpd.dd@gmail.com>
2012-12-23Core/Entities: Also send MSG_MOVE_TELEPORT to the playerSubv
2012-12-23Core: Fix warningGacko
boss_sindragosa.cpp:235: warning: unused parameter ‘killer’
2012-12-23Core/Entities: Missing change from previous commitSubv
Calling UpdateObjectVisibility() will make sure that the semi-far teleports (those where the destination position is not in direct sight) will work correctly.
2012-12-23Core/Movement: Fixed near teleports, big thanks to @Trista who basically ↵Subv
figured this out on his own.
2012-12-23Scripts/Icecrown Citadel: Fixed a possible crash in Blood Nova spell scriptShauren
Closes #7046