aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-04-28DB/Creature: Fix even more creature templatesAokromes
Yes, i know this increases startup errors.
2014-04-28Core/Misc: remove some obsolete parametersjoschiwald
2014-04-28Merge pull request #11948 from MitchesD/miscjoschiwald
Scripts/Azuregos: converted to EventMap and WorldBossAI
2014-04-28Scripts/Azuregos: converted to EventMap and WorldBossAIMitchesD
2014-04-28SQL: Fix typo (thx @cr4st)Vincent-Michael
2014-04-28DB/Command: Added missing data in 6045c05e0d5390c8d8a3f2d85691f1e37010328aVincent-Michael
2014-04-28SQL: Update old .sql files to keep consistency with auth_database.sqlVincent-Michael
Also update characters_database.sql (generated by mysqldump)
2014-04-28DB/RBAC: Fix rbac_permissions orderVincent-Michael
2014-04-28DB/Creature: Fix even more creature templatesAokromes
2014-04-28DB/Creature: Fix even more creature templatesAokromes
2014-04-28Core: Fix warningVincent-Michael
2014-04-28DB/Creature: Fix even more creature templatesAokromes
2014-04-28Core/Creature: Missed changes in c536305e3a3c4f41e94d14fae73ba7a2d8d13be2Vincent-Michael
2014-04-27Core: Droped `faction_H` field -- only one faction table is necessaryKinzcool
2014-04-27Core/Creature: Added creature template log for default creature is greater ↵Vincent-Michael
than difficulty creature
2014-04-27Core/Creature: Addet "possible fix" log for creature_template errorsVincent-Michael
2014-04-27Merge pull request #11957 from Unholychick/patch-1jackpoz
Fix percentage HOTs proccing everything
2014-04-27Fix percentage HOTs proccing everythingLucas
Unforeseen sideeffect of 057169c21c141f690891c908b8f09e63d917289d Percentage HOTs are not supposed to proc anything at all. Closes: https://github.com/TrinityCore/TrinityCore/issues/11914
2014-04-27DB/Creature Fix even more hard modes valuesAokromes
I have this is annoying thing?
2014-04-27DB/Creature: Link more creatures with their hard modesAokromes
Thx jackpoz by the sql to ease my life! This will add a flood of startup errors, don't open new tickets, they will be fixed.
2014-04-27Merge pull request #11945 from Dehravor/tradeDiscover-
Core/Trade: Correction of distance checking
2014-04-27DB/Creature Fix even more hard modes valuesAokromes
2014-04-27DB/Creature: Fix even more hard modes valuesAokromes
2014-04-27DB/Creature: Fix more hard modes valuesAokromes
2014-04-27DB/Creature: Fix some hard modes valuesAokromes
2014-04-27DB/Creature: Link some creatures with their hard modesAokromes
This will add some startup errors.
2014-04-27DB/Misc: Fix few typosAokromes
2014-04-27DB/Creature: Fix more factionsAokromes
2014-04-26DB/Gossips: Added some missing gossipsKinzcool
2014-04-27Scripts/Sholazar Basin: Reconnaissance Flight (12671)w1sht0l1v3
Add workaround for the player/accessory mounting issue. Some small additions. Closes: 9443
2014-04-26Really fixed build and warningsjoschiwald
2014-04-26DB/Creature: Fix typos on dc8a7a6Aokromes
**CENSORED** npcs with same name.
2014-04-26Move merge_updates_windows.bat to right folder and add Unix versionGacko
2014-04-26DB/Gossips: Assigned some gossips with typos to their BroadcastTextIdKinzcool
2014-04-26Fixed non-pch buildjoschiwald
2014-04-26Core/BG/SA:joschiwald
* replaced some trinity_string with broadcasttexts * basic implementation of phasing in SA * spawn some triggers in SA (fixes dest position of teleport pads) * added text getter to broadcasttext struct * some cleanup in destructable go event notification
2014-04-25DB/Locales: Official Localizations of `creature_template` of koKR, zhCN, ↵Kinzcool
zhTW and Spanish (MX) locales
2014-04-25Core/Texts:Vincent-Michael
* Enable some BroadcastTexts stuff (is not finish) * Added reload command for broadcast_text table ToDo: - Enable: Sound/Emote stuff, etc. - Auth base need refresh
2014-04-25Core/Misc: Fix build warningsjackpoz
2014-04-25Core/Misc: Change how Position struct is retrievedjackpoz
Update Position::GetPosition() and similar methods signatures to reflect 2a4c9bcaf910430cdf3070987ce085da3c2666da changes by return a Position object instead of accepting a Position parameter by reference.
2014-04-25Core/Trade: Correction of distance checkingDehravor
2014-04-25DB/Creature: Fix some incorrect factionsAokromes
2014-04-25Merge pull request #11938 from Dehravor/inspectDiscover-
Core/Handlers: Add inspect distance and target checks
2014-04-25Core/LFG: Fix crashjackpoz
Fix crash added in ab1d0512ea7818d64a63a514195dbd9644d284fb by adding an additional NULL check. Fixes #11941
2014-04-25DB/Gossip: Add missing gossip to Argent SquireAokromes
2014-04-25DB/Gossip: Add missing gossip to Sar'thisAokromes
2014-04-25Core/LFG: Fix LFG GS requirement not updated until relogjackpoz
Fix Player receiving "You do not meet the requirements for the chosen dungeons" for too low Gear Score level even after equipping items with high enough Gear Score.
2014-04-24DB/Locales: Official localizations for `gameobject_template` of koKR, zhCN, ↵Kinzcool
zhTW and Spanish (MX) locales
2014-04-24DB/Locales: Official localizations of `broadcast_text` of kokR, zhCN, zhTW ↵Kinzcool
and Spanish (MX) locales
2014-04-24Core/Handlers: Add inspect distance and target checksDehravor