aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-08-20BF/Wintergrasp: Removed uneeded check , it has been performed on every tick ↵Manuel Carrasco
update. It is already handled by the aura system. Furthermore, the aura is correctly added to the spirits using creature_template_addon, the statements for this are already in Template_update.sql
2012-08-20DB: Remove data already pushed to master.Manuel Carrasco
2012-08-20DB: Killed some DB errors.Manuel Carrasco
2012-08-20Battlefield/Wintergrasp/Scripts: removed a few unneeded casts.Kandera
2012-08-20fix crash with groups, added enum for battlfield leave reasonsKandera
2012-08-20added enum for battlefield leave reason.Kandera
2012-08-20fix broken stalker npc id.Kandera
2012-08-20change some packets. fix sql.Kandera
2012-08-20merge master into wintergrasp and fix build errors. yay me!Kandera
2012-08-20Core/Battlefieldtobmaps
* Fix battle start * cleanups and code style fixes
2012-08-20Core/Battlefieldtobmaps
* Fix compile * Restored GO damage events after recent changes
2012-08-20Fix Didn't Stand a Chance achievementShocker
2012-08-20- Rename scriptnames to keep naming consistent;Nay
- Template updates and spells to WG vehicles; - Cleanup SQL files a bit.
2012-08-20Missed changes on previous commit.Nay
2012-08-20Moved SQL and TXT files to Wintergrasp_temp;Nay
Clean-up and split up SQL files; Fixed SQL import errors; Add template updates for most creatures and GOs
2012-08-20Core/Battlefield: fix copy/paste typo in prev commitsImprtat
2012-08-20Core/Battlefield: missed changesImprtat
2012-08-20Core/Battlefield: removed "magic numbers"Imprtat
2012-08-20Core/Battlefield: added enum for worldstatesImprtat
2012-08-20Sql/Wintergrasp: add sql files for wintergrasp implementationKandera
2012-08-20Merge remote-tracking branch 'origin/master' into 4.3.4Nay
Conflicts: src/tools/vmap4_extractor/vmapexport.cpp
2012-08-20SQL: Rename a wrong fileNay
2012-08-20Core/Players: Fixed uninitialized trade dataShauren
2012-08-20DB/Schema: Increase size of quest_template.RequiredRaces to mediumintNay
needed because Worgen race is 1 << (22-1)
2012-08-20Core/Items: Updated purchasing items from vendor, will no longer buy 20 ↵Shauren
stacks if item is sold in stacks of 20
2012-08-20Core/Items: Destroy only one item from stack when inserting a gem, not ↵Shauren
entire stack
2012-08-20Core/Items: Updated InventoryResult enumShauren
2012-08-20Core/Battlegrounds: Add missing worldstate datas for TP and BFG.Tuxity
2012-08-20Core/Misc: Some fixes here and thereChaplain
Closes #7277
2012-08-20Core/Spells: Fixed Libram of Wracking. thnx Vincent-MichaelFaq
Closes #7094
2012-08-20Core/Objects: Encapsulated Postion::m_orientation field to ensure it is ↵teyrnon
always normalized to 0-2pi range Closes #7400.
2012-08-19DB/Spells:Vincent-Michael
* Fix spell target for 68184 * Add missing 'Resilience Will Fix It - achievement credit marker' (spell id 68620) to spell_dbc
2012-08-19Merge pull request #7448 from Faq/dbNay
DB/Loot: Some loot contents imported from UDB. Author Helias
2012-08-19DB/Loot: Some loot contents imported from UDB. Author HeliasFaq
2012-08-19Misc/Codestyle: Made some changes to function namesSubv
2012-08-19Core/Battlegrounds: Implement basic structure and code for Battle for ↵Tuxity
Gilneas and Twin Peaks.
2012-08-19Core/Players: Fixed setting rune regen fields, thanks Lordron for noticingShauren
2012-08-19Merge pull request #7446 from Tuxity/druid_modelsNay
[434] Add new druid forms for trolls and worgens.
2012-08-19Merge pull request #7445 from Tuxity/direbear_formNay
[434] Dire Bear Form was removed in 4.0.1
2012-08-19Core/Players: Add new druid forms for trolls and worgens.Tuxity
2012-08-19Core/Players: Dire Bear Form was removed in 4.0.1Tuxity
2012-08-19Core/Auras: Refreshing a damage over time spell with one tick remaining will ↵Shauren
now cause it to join the new aura (SPELL_ATTR8_DONT_RESET_PERIODIC_TIMER)
2012-08-19Core/Quests: Fixed copy paste mistakeShauren
2012-08-19Core/Spells: Add totem models for goblinVincent-Michael
2012-08-18Core/Loading: Fixed a crash at char loginSubv
2012-08-18Core/Spells: Removed more spell obsolete codeSubv
2012-08-19Scripts/Zul Gurub: Fix map id in instance script for cataVincent-Michael
2012-08-18Core/Misc: Added research notes for one spell attributeShauren
2012-08-18Core/Misc:Vincent-Michael
* Fix warning * Fix codestyle in 1be45d1a0a759dbdb817ff3812015ecc1ea916ca#
2012-08-18Scripts/Zul Gurub: cleanup for cataVincent-Michael