aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-01-03DB/Spell: add aura allowing player to see miscaller soo-gan for a questdr-j
Closes #7868
2013-01-03DB/Quest: fix some quest linking for Winter Veilnelegalno
2013-01-03typofix IN not =ZxBiohazardZx
2013-01-03DB/Misc: fix some startup errorsZxBiohazardZx
2013-01-03Core/Scripts: Drop `gameobject_scripts` table - empty, deprecated and no ↵Nay
longer needed
2013-01-03Core/SmartScripts: Fixed SAI targets 10 & 14 (SMART_TARGET_CREATURE_GUID, ↵Shauren
SMART_TARGET_GAMEOBJECT_GUID) Note: If you used these targets to perform actions across maps, it will not work anymore, this functionality is deprecated as it was not safe.
2013-01-03Core/Spells: Rename SPELL_EFFECT_PLAYER_NOTIFICATION to SPELL_EFFECT_PLAY_SOUNDVincent_Michael
2013-01-03DB/Item: add proper flags to real-life-duration items Closes #3601ZxBiohazardZx
2013-01-03DB/Gameobject: Add Invincible Grave Plaque Closes #8693ZxBiohazardZx
2013-01-03DB/SAI: SAI for some of the trash in ICC Closes #8773JunkyBulgaria
2013-01-03Update src/server/game/Achievements/AchievementMgr.cppMachiavelli
Core/Achievements: Add player name and guid to CompletedAchievement log
2013-01-03Grammar/Spelling fix.Ellie
2013-01-03DB/Misc: remove the scripts!ZxBiohazardZx
2013-01-03DB/SAI: converted the last gameobject_script to SAI, jeej!ZxBiohazardZx
2013-01-03DB/Scripts and more gameobject_script removals, only 1 left?! --> please not ↵ZxBiohazardZx
that not all doors may function yet. this is a known issue
2013-01-03DB/Script: more conversions THIS UNSUPPORTS THE BLACKROCK DUNGEON untill a ↵ZxBiohazardZx
fix is found for SAI issues also fixed naming of file
2013-01-03DB/Script: More removal of gameobject scripts. some of the doors do not work ↵ZxBiohazardZx
yet, this is a known issue
2013-01-03Core/Misc: More corrections to guid handling change (2292025)Spp
2013-01-03DB/Ulduar: Fix Kologarn Stone Grip in 25m modeVincent_Michael
2013-01-02Core/Scripting: Created a hook for when a player is about to be saved.Ellie
2013-01-03DB/Scripts: More removals of gameobject_scriptsZxBiohazardZx
UNSUPPORTS old treasure chest in Scholomance
2013-01-03DB/Script: more gameobject_script removals: Stasis Chamber Alpha conversionZxBiohazardZx
2013-01-03DB/Script: More horribad script removals:ZxBiohazardZx
Zul gurub: Brazier summons 4 creatures, removed 3 bad spawns, and unsupported the encounters starting with Gri'lek Fix the MovementType issue Closes #8834
2013-01-03DB/Script : kill more gameobject_scripts. THIS UNSUPPORTS THE FOLLOWING ↵ZxBiohazardZx
DUNGEON BOSSES: Scholomance: Kirtenos the Herald Scarlet Monestry - Cathedral: Fairbanks, Mograine, Whitemane
2013-01-02DB/Waypoints: Add some missing spawns and waypoints.Malcrom
2013-01-02Core: Fix warningVincent_Michael
2013-01-02DB/Script: Add the Undead Postman script to the proper mailboxes and use SAI ↵ZxBiohazardZx
instead of gameobject_script TODO: add Parcel Packet when i have more information about it
2013-01-02Core/Misc: Missing changes from 8968dbc (Partial revert of 2292025)Spp
Closes #8843
2013-01-02DB/Scriptremoval: Remove not working scripts from gameobject_scripts: the ↵ZxBiohazardZx
objecttype is not correct for this useage
2013-01-02Core/Scripting: Some file name updates.Malcrom
2013-01-02Core/Scripting: Rename zone scripts.Malcrom
2013-01-02Script/AQ: Implement Buru the GorgerMislav Blažević
2013-01-02Core/Scripting: Properly name boss_thorngrin_the_tender file.Malcrom
2013-01-02DB/SAI/Waypoints: Fix some sai and add some missing waypoints.Malcrom
2013-01-02Core/MT: Fix model for "Pure Energy"Vincent_Michael
Closes #8838
2013-01-02DB/SAI: convert the gameobject_script for stonewraught pass lever, and fix ↵ZxBiohazardZx
the non-working one while at it. also remove the uldaman gameobject_script. it has a CPP, if any scripts are required put it there!
2013-01-02DB/Waypoints: Add some missing waypoints to Zul'DrakMalcrom
2013-01-02DB/Waypoints: Add some missing waypoints to The BotanicaMalcrom
2013-01-02Core/Misc: Partial revert of 2292025 (Core/Misc: Replaced some macro ↵Spp
definitions with inline functions) - That code is 4.3.4 and wasn't supposed to be pushed to master
2013-01-02Core/Misc: Removed odd code from CreatureAIImpl.h, it does not belong hereSpp
- Also some minor corrections from previous commit
2013-01-02Core/Mysql: Multiple changesSpp
- added support for setting NULL column values to MySQL wrapper in core - replaced nonstandard strdup function and manual memory management with std::string - fixed bug in MySQLPreparedStatement::getQueryString method, it failed when string parameter contained embedded '?' symbols - fixed memory leak in MySQLPreparedStatement::setString method
2013-01-02Core/Misc: Some minor changes here and thereSpp
2013-01-02Core/Misc: Use equal_range instead of lower_bound/upper_bound calls where ↵Spp
possible.
2013-01-02Core/Misc: Replaced some macro definitions with inline functionsSpp
2013-01-02Core/Misc: EventMap will no longer inherit from std::mapSpp
2013-01-02Script/EoE: Some fixes here and thereTrista
* Add db support for Power Sparks, Teleports and Drakes * Fix Power Sparks animations and texts and add support for giving buff to players + warning * Fix Power Spark way of stacking - should be MultiSlot aura, didn't stack before either way * Teleporters mechanic is fixed and will summon only 1 spark per 30-35 sec * Fixed players getting mounted on 3rd phase * Cleanned some wrong aggro handling, but whole aggro/attack system should be rewritten to get it working blizz That is for today, this doesn't fix the whole instance by any means!
2013-01-02DB/Creature: Removed "Grand Apothecary Putress" from Shattrath CityVincent_Michael
Patch 3.0.3 (2008-11-04): Removed from Shattrath City.
2013-01-02DB/SAI: Improve SAI for Summoned Bloodwarder Mender. Add SAI for Summoned ↵Malcrom
Bloodwarder Reservist
2013-01-02Core: Add missing changes in f7e7f5fe26cca68f51e9ad9869f057ebbe191d32Vincent_Michael
2013-01-02SQL: Fix sql import problemVincent_Michael