Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-08 | Implemented new event for EventAI, EVENT_T_RESET. | _manuel_ | |
--HG-- branch : trunk | |||
2010-01-08 | Fixed typo by Corfiik. Now talent Tidal Waves should work. | _manuel_ | |
--HG-- branch : trunk | |||
2010-01-08 | * Fix some more cases where movement flags were +'d together, instead of |'d. | XTZGZoReX | |
--HG-- branch : trunk | |||
2010-01-08 | Fixed typos in scripts from Trial of the Champion. Thanks to Spp. | _manuel_ | |
--HG-- branch : trunk | |||
2010-01-07 | * Hopefully fix creature so they swim if InhabitType|2 | Brian | |
--HG-- branch : trunk | |||
2010-01-07 | * Added support for outputting phasemask in .npc info | Brian | |
--HG-- branch : trunk | |||
2010-01-07 | Deadmines: Implemented Mr.Smite chest event. | _manuel_ | |
--HG-- branch : trunk | |||
2010-01-07 | Some Fixes for Earth Shield. | Astellar | |
Now Dispel and Spellsteal effects will correctly dispel and steal Earth Shield's charges instead of entire aura. --HG-- branch : trunk | |||
2010-01-07 | * Fix the .wp add command to output proper point starting at 1 | Brian | |
* Thanks QAston (For Malcrom with love) --HG-- branch : trunk | |||
2010-01-07 | fishing: send correct message when fish escape. | Trazom62 | |
--HG-- branch : trunk | |||
2010-01-07 | Added meaning for one unknown 3.2.0 column in Spell.dbc. | Astellar | |
--HG-- branch : trunk | |||
2010-01-07 | Fix Essence of Wintergrasp apply conditions removed in 3.2.2 upgrade | Spp | |
--HG-- branch : trunk | |||
2010-01-07 | solved problems, that came after 6b22e47d1c | silver1ce | |
--HG-- branch : trunk | |||
2010-01-07 | Fixes issue 152. Now Improved Water Shield works as intended. | Astellar | |
1. Removed hardcoded proc chance for Lesser Healing Wave (all ranks had equal proc chance). 2. Added proc chance for Chain Heal (patch 3.2). 3. Fixed bug with Lesser Healing Wave and Chain Heal rolled default spell proc chance at first and then correct chance in dummy proc. So they have never ever proced for low ranks of the talent. 4. Removed consumption of charges (patch 3.2). --HG-- branch : trunk | |||
2010-01-06 | Reverted commit ba4294dec1. n0n4m3 asked me to do it. | Astellar | |
--HG-- branch : trunk | |||
2010-01-06 | merge | silver1ce | |
--HG-- branch : trunk | |||
2010-01-06 | call SetPosition when player relocated by movement generator. | silver1ce | |
SetPosition should interrupt auras with movement or turn interrupt flags, update position for group, etc --HG-- branch : trunk | |||
2010-01-06 | fixed the bug that GetVmapHeight returns incorrect height on terrains(flying ↵ | silver1ce | |
units fall below map etc) also unlocked max ray lenght for getHeight, by default it's 10 yards --HG-- branch : trunk | |||
2010-01-05 | Merge :( | _manuel_ | |
--HG-- branch : trunk | |||
2010-01-05 | Halls of Stone: Prevents Brann Bronzebeard stuck in combat. | _manuel_ | |
--HG-- branch : trunk | |||
2010-01-06 | Fixed Issue 11. Now combo points are kept when finishing move misses. Revert ↵ | Astellar | |
it if it's wrong. --HG-- branch : trunk | |||
2010-01-05 | Fix CRLF | Paradox | |
--HG-- branch : trunk | |||
2010-01-05 | typo | silver1ce | |
forget that cell area used not only in cell visit functions --HG-- branch : trunk | |||
2010-01-05 | fix my typo | silver1ce | |
--HG-- branch : trunk | |||
2010-01-05 | update cell search methtod (visiting grids by coords) | silver1ce | |
the old way will miss the grids when non standart cell size used --HG-- branch : trunk | |||
2010-01-05 | DB update to have correct Windfury proc chance for already commited hack :) | Astellar | |
--HG-- branch : trunk | |||
2010-01-05 | Corrected typo in script_texts, please re-import ↵ | _manuel_ | |
6896_world_script_texts.sql. Thanks to Malcrom. --HG-- branch : trunk | |||
2010-01-05 | Glyph of Blocking proc moved to DB. | Astellar | |
--HG-- branch : trunk | |||
2010-01-05 | Cleanups for Devastate and Glyph of Devastate. | Astellar | |
--HG-- branch : trunk | |||
2010-01-05 | SQL changes for previous commit. | Astellar | |
--HG-- branch : trunk | |||
2010-01-05 | Fixed Glyph of Sunder Armor. | Astellar | |
--HG-- branch : trunk | |||
2010-01-05 | uint8 does not allow to store values like 1000 and 2000. It is too small to ↵ | Astellar | |
do it. --HG-- branch : trunk | |||
2010-01-04 | Shadowfang Keep: Implemented event after Boss Fenrus the Devourer death. | _manuel_ | |
--HG-- branch : trunk | |||
2010-01-05 | Fixed previous commit. Now elemental is despawned when totem is replaced. | Astellar | |
--HG-- branch : trunk | |||
2010-01-05 | Fixed Issue 10. Now summoned elemental is correctly despawned. | Astellar | |
Try to find a better place for such check... --HG-- branch : trunk | |||
2010-01-04 | Fixed Glyph of Lightwell. | Astellar | |
--HG-- branch : trunk | |||
2010-01-04 | fix Pain and Suffering (reduces the damage you take from your own Shadow ↵ | Win32 | |
Word: Death) and remove double dmg Shadow Word: Death --HG-- branch : trunk | |||
2010-01-04 | fix Restorative Totems | Win32 | |
--HG-- branch : trunk | |||
2010-01-04 | Zul'Farrak: Support for quest "The Spider Gold" q2936. | _manuel_ | |
--HG-- branch : trunk | |||
2010-01-03 | Blackfathom Deeps: Implemented Morridune event. | _manuel_ | |
--HG-- branch : trunk | |||
2010-01-03 | Fix GO crash in boss_arlokk script. | p0wer | |
Remove irrelevant TODO comment. --HG-- branch : trunk | |||
2010-01-03 | Blackfathom Deeps: Implemented event related with gameobject Fire of Aku'mai. | _manuel_ | |
--HG-- branch : trunk | |||
2010-01-03 | * merge | Brian | |
--HG-- branch : trunk | |||
2010-01-03 | * Removed useless check for items in DBC but not in DB. | Brian | |
--HG-- branch : trunk | |||
2010-01-03 | * Update structure for SMSG_CALENDAR_SEND_CALENDAR and add support for ↵ | XTZGZoReX | |
sending raid reset times. Thanks to raczman for helping with the client research. --HG-- branch : trunk | |||
2010-01-02 | PHP script for merging new changes with your existing conf file automatically. | Paradox | |
--HG-- branch : trunk | |||
2010-01-02 | Removed moveflags column from creature_addon and creature_template_addon. ↵ | _manuel_ | |
Thanks to Zor and raczman. --HG-- branch : trunk | |||
2010-01-02 | Fix Art of War to only proc off critical hits. Thanks Visagalis | p0wer | |
--HG-- branch : trunk | |||
2010-01-02 | The core should add the movementflags depending on the InhabitType. | _manuel_ | |
--HG-- branch : trunk | |||
2010-01-02 | Redridge Mountains: Fixed complete problem for quest "Missing in action" q219. | _manuel_ | |
--HG-- branch : trunk |