| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-09-16 | Core/Logging: Fixed incorrect usage of guid in logs | Shauren | |
| 2014-09-16 | Core/Scripts: Fixed incorrect guid usage in logs | Shauren | |
| 2014-09-16 | Core/Scripts: Fixed incorrect guid usage in logs | Shauren | |
| 2014-09-16 | DB/Misc: DB Stuff for some quests. | Dr-J | |
| DB Changes for Fumping and A Really Big Worm Neither of these quests will work until they get cpp support (spell scripts), @Nyeriah is on this believe, she already has spellscript for first now just 2nd is taking a while longer. | |||
| 2014-09-16 | SQL: Fix typo at ↵ | Nyeriah | |
| https://github.com/TrinityCore/TrinityCore/commit/e23814c85b2bc8dd2b196b6f39008367c708bbbd | |||
| 2014-09-16 | DB/Achievement: Set proper map difficulty for achievement "Oh Novos!" | Nyeriah | |
| Closes https://github.com/TrinityCore/TrinityCore/issues/13150 | |||
| 2014-09-16 | Core/Scripts: Fixed PCH build | Shauren | |
| 2014-09-15 | Core/Scripts: Fixed build zone_* scripts | Shauren | |
| 2014-09-15 | DB/Misc: Respawn some npcs I did not mean to delete | Dr-J | |
| closes #13143 | |||
| 2014-09-15 | Core/Scripts: Fixed build of misc scripts, only zone_* and instance_* remain | Shauren | |
| 2014-09-15 | Core/Scripts: Fixed build of boss_* scripts | Shauren | |
| 2014-09-15 | DB/Misc; Spawns | Dr-J | |
| Delete permament spawns of Frigid Ghoul and Frigid and get the npcs which attack these to cast the spells to summon them as they do in sniff. | |||
| 2014-09-15 | Addition to ↵ | Dr-J | |
| https://github.com/TrinityCore/TrinityCore/commit/43e209e3203fcbc83f81fdc0047a5a560f8d698e I could have sworn I already added broadcast texts to original sql but seems where missing, | |||
| 2014-09-15 | DB/Gameobject: Revert flags for Ulduar Teleporter | Aokromes | |
| By digz6666, closes #13126 | |||
| 2014-09-15 | DB/Quest: The Fate of Bloodbane | Dr-J | |
| Ok, pushing this as is there are some cosmetic issues which need cpp support but since asked several times if someone could fix spell and still not done, The issue is cosmetic one where the omnious clouds spawn too close to ground, | |||
| 2014-09-15 | Core/Scripts: Changed GetGUID/SetGUID script hooks to operate on ObjectGuid ↵ | Shauren | |
| class Fixed compile for boss scripts starting with letters B, C and D | |||
| 2014-09-14 | Scripts/ToCR: Set Anub'arak's respawn delay | Nyeriah | |
| * This needs to be done manually since he's a summon. Closes https://github.com/TrinityCore/TrinityCore/issues/10587 | |||
| 2014-09-14 | Merge pull request #13047 from horn/4.3.4 | Duarte Duarte | |
| Core/Groups: Fix setting the group roles and Role Check feature | |||
| 2014-09-14 | Scripts | Shauren | |
| * Introduced GetGuidData/SetGuidData to store guids in instance scripts (GetData64/SetData64 are still there) * CONDITION_INSTANCE_INFO: Changed existing DATA64 condition to GUID_DATA to preserve current use of this instance info type (most/all assume the data is a guid) and moved DATA64 to a different value - no db changes needed * Fixed compile in boss scripts starting with letter A | |||
| 2014-09-14 | Core: Remove whitespace | Vincent-Michael | |
| 2014-09-14 | DB/Vehicle: Update vehicle stuff for toc5 | Vincent-Michael | |
| 2014-09-14 | Merge branch 'mik1893/fear-vs-stun' | jackpoz | |
| Merge PR #13095 into master | |||
| 2014-09-14 | Scripts/Commands: Fix ".npc info" immune mask output | jackpoz | |
| Fix ".npc info" showing wrong immune mask list Fixes #12358 | |||
| 2014-09-14 | DB/Misc: Update spawn for toc5 | Vincent-Michael | |
| 2014-09-14 | Scripting/Felwood: Scripted Whisperwind Lasher for quest Weeding the Lawn | Malcrom | |
| 2014-09-14 | Scripts/Misc: Some code style fixes for old code | Nyeriah | |
| 2014-09-14 | Core/Misc: Fixed build without pch | Shauren | |
| 2014-09-14 | Scripts/OnyxiaLair: | Nyeriah | |
| - Potential null pointer crash fix - Reset react state properly on wipes during air phase | |||
| 2014-09-14 | Scripting/Stand spell: Remove UNIT_FIELD_FLAGS change from spell script. | Malcrom | |
| 2014-09-14 | Scripts/Commands: Fixed build with -DSCRIPTS=0 | Shauren | |
| 2014-09-14 | Core/Misc: Fix issues reported by static analysis | jackpoz | |
| 2014-09-14 | Core/Entities: Use ObjectGuid class in game project | Shauren | |
| 2014-09-14 | Tools/Extractors: Add new locales: ptBR, ptPT and itIT | DDuarte | |
| 2014-09-14 | Merge remote-tracking branch 'origin/master' into 4.3.4 | DDuarte | |
| 2014-09-14 | Scripting/Spell Stand: Move this spell to spells generic. | Malcrom | |
| 2014-09-14 | SQL: Fix sql import | Vincent-Michael | |
| 2014-09-14 | DB/Misc: Missing spawns/phasing | Dr-J | |
| Phasing and missing spawns required for The Reckoning and Tirion's Gambit, Note this does not fix these quests it only deals with spawns, phasing, gossip and gossip conditions. | |||
| 2014-09-14 | Rename SQL | Gacko | |
| 2014-09-14 | Core/Groups: Fix setting the group roles and Role Check feature | horn | |
| 2014-09-14 | Core/DBC: Fix typo | Vincent-Michael | |
| 2014-09-14 | Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4 | Vincent-Michael | |
| 2014-09-14 | Rename 2014_09_13_05_335world_misc.sql to 2014_09_13_05world_misc_335.sql | Duarte Duarte | |
| 2014-09-14 | DB/Waypoints: Correct text of Artificer Daelo | Duarte Duarte | |
| Fixes #13130 Ref 27479cf571cf65c9e1657e9c4659 | |||
| 2014-09-13 | Core/Quests: Fixed an issue with self-completing quests. | Subv | |
| 2014-09-13 | DB/Misc Cryo-Engineer Sha'heen (3.3.5) | Dr-J | |
| Fix Ethereal Transporter Control Panel in the mana-tombs to summon Cryo-Engineer Sha'heen http://www.wowhead.com/npc=19671 This npc is no longer summonable in game quest he gives was dropped in 4.3. | |||
| 2014-09-13 | DB/Misc: Misc Fixes | Dr-J | |
| * Fix credit for researching gearmasters manual again as I somehow managed to omit this when I updated the event script to spawn him in proper position * Spawn Greatfather Aldrimus http://www.wowhead.com/npc=19698, only problem is this npc is meant to be invisible until player until player has completed quest chain starting with I see dead dreanei, in sniff have no auras on this npc, only thing in bytes1 is 0x10008 * Spawn Skyguard Prisoner http://www.wowhead.com/npc=23383, believe there should be more possibly pooled have sniff of 1 only * Drop Ragnaros Submerge Visual from Serfex the Reavers script, in sniff serfex did not cast this spell at all and actually had script to cast 2 submerge visuals but would always still be above ground, | |||
| 2014-09-13 | Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4 | Subv | |
| Conflicts: src/server/game/Handlers/QuestHandler.cpp | |||
| 2014-09-13 | Core/Quests: Don't display a message if the player doesn't meet the ↵ | Sebastian Valle Herrera | |
| requirements for the next (automatic) quest in a chain. | |||
| 2014-09-13 | Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4 | Vincent-Michael | |
| 2014-09-13 | SQL: Fix sql import | Vincent-Michael | |
