aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-09-16Core/Logging: Fixed incorrect usage of guid in logsShauren
2014-09-16Core/Scripts: Fixed incorrect guid usage in logsShauren
2014-09-16Core/Scripts: Fixed incorrect guid usage in logsShauren
2014-09-16DB/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-16SQL: Fix typo at ↵Nyeriah
https://github.com/TrinityCore/TrinityCore/commit/e23814c85b2bc8dd2b196b6f39008367c708bbbd
2014-09-16DB/Achievement: Set proper map difficulty for achievement "Oh Novos!"Nyeriah
Closes https://github.com/TrinityCore/TrinityCore/issues/13150
2014-09-16Core/Scripts: Fixed PCH buildShauren
2014-09-15Core/Scripts: Fixed build zone_* scriptsShauren
2014-09-15DB/Misc: Respawn some npcs I did not mean to deleteDr-J
closes #13143
2014-09-15Core/Scripts: Fixed build of misc scripts, only zone_* and instance_* remainShauren
2014-09-15Core/Scripts: Fixed build of boss_* scriptsShauren
2014-09-15DB/Misc; SpawnsDr-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-15Addition 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-15DB/Gameobject: Revert flags for Ulduar TeleporterAokromes
By digz6666, closes #13126
2014-09-15DB/Quest: The Fate of BloodbaneDr-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-15Core/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-14Scripts/ToCR: Set Anub'arak's respawn delayNyeriah
* This needs to be done manually since he's a summon. Closes https://github.com/TrinityCore/TrinityCore/issues/10587
2014-09-14Merge pull request #13047 from horn/4.3.4Duarte Duarte
Core/Groups: Fix setting the group roles and Role Check feature
2014-09-14ScriptsShauren
* 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-14Core: Remove whitespaceVincent-Michael
2014-09-14DB/Vehicle: Update vehicle stuff for toc5Vincent-Michael
2014-09-14Merge branch 'mik1893/fear-vs-stun'jackpoz
Merge PR #13095 into master
2014-09-14Scripts/Commands: Fix ".npc info" immune mask outputjackpoz
Fix ".npc info" showing wrong immune mask list Fixes #12358
2014-09-14DB/Misc: Update spawn for toc5Vincent-Michael
2014-09-14Scripting/Felwood: Scripted Whisperwind Lasher for quest Weeding the LawnMalcrom
2014-09-14Scripts/Misc: Some code style fixes for old codeNyeriah
2014-09-14Core/Misc: Fixed build without pchShauren
2014-09-14Scripts/OnyxiaLair:Nyeriah
- Potential null pointer crash fix - Reset react state properly on wipes during air phase
2014-09-14Scripting/Stand spell: Remove UNIT_FIELD_FLAGS change from spell script.Malcrom
2014-09-14Scripts/Commands: Fixed build with -DSCRIPTS=0Shauren
2014-09-14Core/Misc: Fix issues reported by static analysisjackpoz
2014-09-14Core/Entities: Use ObjectGuid class in game projectShauren
2014-09-14Tools/Extractors: Add new locales: ptBR, ptPT and itITDDuarte
2014-09-14Merge remote-tracking branch 'origin/master' into 4.3.4DDuarte
2014-09-14Scripting/Spell Stand: Move this spell to spells generic.Malcrom
2014-09-14SQL: Fix sql importVincent-Michael
2014-09-14DB/Misc: Missing spawns/phasingDr-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-14Rename SQLGacko
2014-09-14Core/Groups: Fix setting the group roles and Role Check featurehorn
2014-09-14Core/DBC: Fix typoVincent-Michael
2014-09-14Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
2014-09-14Rename 2014_09_13_05_335world_misc.sql to 2014_09_13_05world_misc_335.sqlDuarte Duarte
2014-09-14DB/Waypoints: Correct text of Artificer DaeloDuarte Duarte
Fixes #13130 Ref 27479cf571cf65c9e1657e9c4659
2014-09-13Core/Quests: Fixed an issue with self-completing quests.Subv
2014-09-13DB/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-13DB/Misc: Misc FixesDr-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-13Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Subv
Conflicts: src/server/game/Handlers/QuestHandler.cpp
2014-09-13Core/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-13Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
2014-09-13SQL: Fix sql importVincent-Michael