aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
AgeCommit message (Collapse)Author
2009-02-22*Fix Bugs in Keleseth Script + add some better timersBroodWyrm
*Add Script for Vrykul Skeleton for Keleseth Event --HG-- branch : trunk
2009-02-22* Trinity sql coding style for latest filesDrahy
* Updated characters.sql up to this revision --HG-- branch : trunk
2009-02-21[7314] Not set GR_RIGHT_WITHDRAW_GOLD_LOCK flag for guild masters, remove in ↵megamage
DB. Author: Zerg2000 --HG-- branch : trunk
2009-02-21[7312] Use localized DB-based achievement message instead hardcoded string. ↵megamage
Author: VladimirMangos --HG-- branch : trunk
2009-02-21* Trinity sql coding style for latest filesDrahy
--HG-- branch : trunk
2009-02-20[7307] Add primary key for table `arena_team_member`. Author: VladimirMangosmegamage
--HG-- branch : trunk
2009-02-20* Updated sql filesDrahy
* Updated CMakeLists and world_script_full files --HG-- branch : trunk
2009-02-20Some sql fixpanaut0lordv
--HG-- branch : trunk
2009-02-20* Merged ScriptDev2 897Muhaha
* TODO: - fix mob_eventai.cpp line 613 DisplayID_A - merge boss_kaelthas.cpp with sd2 - fix azuremyst.cpp line 108 Spell->SpellFamilyFlags2 --HG-- branch : trunk
2009-02-19[7303] Fixed sql changes part of pool patch. Author: VladimirMangosmegamage
--HG-- branch : trunk
2009-02-19 Added support for pools in poolsmegamage
Pools inside another pool cannot have a number of spawned objects <> 1 (maxlimit value) Note: pools in a pool in a pool in a pool... is possible and working, but circulare inclusion is not detected and will cause a core infinit loop Author: Neo2003 --HG-- branch : trunk
2009-02-19*Implemented gameobjects and creatures grouping (pools of them)megamage
*Groups (called pools) can be also member of any game event Author: Neo2003 --HG-- branch : trunk
2009-02-19* Added missing sqlsDrahy
* Fixed some update format --HG-- branch : trunk
2009-02-19* Moved sqls to proper directories againDrahy
--HG-- branch : trunk
2009-02-18*Merge.megamage
--HG-- branch : trunk
2009-02-18* Again big clean up of sql filesDrahy
* Fixed 1414_world_scripts.sql to proper format * Deleted not needed 1414_world.sql after 1325_world.sql was deleted --HG-- branch : trunk
2009-02-18Cmake sql/updates/ cosmetics.panaut0lordv
--HG-- branch : trunk
2009-02-17Newline added to bottom of all files.KingPin
--HG-- branch : trunk
2009-02-17 [7292] Implement storage for points of interest data in DB.megamage
It can be in current state used for simplify scripting code that set POI and more advansed way later.. Call void PlayerMenu::SendPointOfInterest( float X, float Y, uint32 Icon, uint32 Flags, uint32 Data, char const * locName ) will removed after some time delay, and only void PlayerMenu::SendPointOfInterest( uint32 poi_id ) will exist. Author: GriffonHeart --HG-- branch : trunk
2009-02-17[7290] Command .npc setdeathstate on/off. Author: GriffonHeartmegamage
--HG-- branch : trunk
2009-02-17*Support for quest 1950 - by mrbungleBlaymoira
--HG-- branch : trunk
2009-02-17*Support for quest 772 - by mrbungleBlaymoira
--HG-- branch : trunk
2009-02-17*Merge once again.QAston
--HG-- branch : trunk
2009-02-17*Merge.QAston
--HG-- branch : trunk
2009-02-17* Merged ScriptDev2 860Muhaha
--HG-- branch : trunk
2009-02-17Remove additional quest reward field due to client limitations.QAston
--HG-- branch : trunk
2009-02-17Backed out changeset e85c3b6d551bQAston
--HG-- branch : trunk
2009-02-16*Merge.megamage
--HG-- branch : trunk
2009-02-16*Added some spell script targetsBlaymoira
--HG-- branch : trunk
2009-02-15*Add a missing sql.megamage
--HG-- branch : trunk
2009-02-13* Some CMakeFiles fix - thx for pointing to AokromesDrahy
--HG-- branch : trunk
2009-02-13* Moved sql files from 2.4.3 to proper directory after mergeDrahy
--HG-- branch : trunk
2009-02-13* Redone all trinity_string table and core part - finally every string has ↵Drahy
only one number * Some final clean up in sqls --HG-- branch : trunk
2009-02-12*Merge.megamage
--HG-- branch : trunk
2009-02-12*Merge.megamage
--HG-- branch : trunk
2009-02-12Fix characters.sql thanx paradoxKingPin
--HG-- branch : trunk
2009-02-11*Allow creatures to have up to 8 spells in creature_template.QAston
--HG-- branch : trunk
2009-02-11*Add one more RewChoiceItemId field in quest template (SQL and feature ↵QAston
request by Brian). --HG-- branch : trunk
2009-02-11* Typi in Utgarde KeepMuhaha
--HG-- branch : trunk
2009-02-11* Utgarde Keep, Prince Keleseth scriptMuhaha
--HG-- branch : trunk
2009-02-11* Fixed typo in latest mangos update fileDrahy
--HG-- branch : trunk
2009-02-10* Forgot to add *.sql to some filenames, pardon meDrahy
* Added one lost sql file from 2.4.3 folder --HG-- branch : trunk
2009-02-10* Renamed and fixed latest mangos update sqlsDrahy
* Fixed script name according to script code stormwind_harbor * Updated CMakeLists and world_scripts_full --HG-- branch : trunk
2009-02-10* Stormwind Harbor Taxi. Author: FrozenDBMuhaha
--HG-- branch : trunk
2009-02-10 [7255] Allows saving characters in Battle Grounds.megamage
* Now player can join to BG after logout during 5 minutes, if BG in progress. * All players after server crash or restart should appear at the battlemaster Author: GriffonHeart --HG-- branch : trunk
2009-02-10 [7252] Move all world global broadcast string (all arena/bg related) to ↵megamage
`mangos_string`. PLEASE, NOT USE string world broadcasts in real code. This function _only_ for debug purposes. Really allow with .debug bg start bg with 1 player. Added helps for some existed .debug commands. Author: VladimirMangos --HG-- branch : trunk
2009-02-09[7249] Remove outdated data from `spell_proc_event`. Author: jorooomegamage
--HG-- branch : trunk
2009-02-09 [7242] Fixed spell 30482 and ranks spell bonus for triggered spell.megamage
Signed-off-by: ApoC <apoc@nymfe.net> --HG-- branch : trunk
2009-02-09Add newline at end of file.KingPin
--HG-- branch : trunk
2009-02-08*Merge.megamage
--HG-- branch : trunk