| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-09-03 | DB/SAI: Guided by Honor 11289 | Filip | |
| Fixes #2263 Requires spell to give quest credit, hence the issue of being unable to turn it in. | |||
| 2013-09-03 | DB/SAI: Disclosure (12710) | Filip | |
| Fixes #7192 The credit timing is very strange, it is given right at the start of the script, but that's how it is from Blizzard, so we'll stick to that. As for the areatriggers, I know I could've just simplified it and made it into an areatrigger_teleport. But the sniffs state that it is the trigger that just makes the bunnies cast the teleport spell, so we'll keep that one complicated. This is the penultimate quest of the chain, the final quest is a WIP. Any additional info would be very helpful. Regards, Kirk. | |||
| 2013-09-03 | DB/Update: Spells update for Bloadted Abomination | Filip | |
| 2013-09-03 | DB/Creature: Delete 2 mobs spawned on the void | Aokromes | |
| 2013-09-02 | Quest/SAI: Fix quest credit for quest "Monitoring the Rift: Cleftcliff Anomaly" | Vincent-Michael | |
| 2013-09-02 | DB/SAI: Mystery of the Infinite (12470) | Filip | |
| Fixes #10510 | |||
| 2013-09-02 | Scripts/HallsOfStone: Sjonnir, some improvements | MitchesD | |
| - rewritten to BossAI - added spawn ordered by percent, according to official data Closes #10702 Signed-off-by: joschiwald <joschiwald@online.de> | |||
| 2013-09-02 | Core: Fix compile with PCH enabled and warnings | Nay | |
| Few corrections to worldserver.conf | |||
| 2013-09-02 | Fix SQL typo after RBAC commits | Aokromes | |
| 2013-09-02 | Fix SQL typos after RBAC commits | Spp | |
| 2013-09-02 | Core/RBAC: Move cast and characters commands to RBAC (using individual ↵ | Nay | |
| permissions) | |||
| 2013-09-02 | Compile Fix (and edit of last 2 sqls to add the missing permissions) | Spp | |
| 2013-09-02 | Core/RBAC: Move message commands to RBAC (using individual permissions) | Spp | |
| 2013-09-02 | Core/Commands: Move lookup commands to RBAC (using individual permissions) | Spp | |
| 2013-09-02 | Core/RBAC: Move list commands to RBAC (using individual permissions) | Spp | |
| 2013-09-02 | Core/RBAC: Move lfg commands to RBAC (using individual permissions) | Spp | |
| 2013-09-02 | Core/RBAC: Move learn commands to RBAC (using individual permissions) | Spp | |
| 2013-09-02 | Core/RBAC: Move instance commands to RBAC (using individual permissions) | Spp | |
| 2013-09-02 | Core/RBAC: Move honor commands to RBAC (using individual permissions) | Spp | |
| 2013-09-02 | Core/RBAC: Move guild commands to RBAC (using individual permissions) | Spp | |
| 2013-09-02 | Core/RBAC: Move gobject commands to RBAC (using individual permissions) | Spp | |
| 2013-09-02 | Core/RBAC: Move go commands to RBAC (using individual permissions) | Spp | |
| 2013-09-02 | Core/RBAC: Move gm commands to RBAC (using individual permissions) | Spp | |
| 2013-09-02 | Core/RBAC: Move event commands to RBAC (using individual permissions) | Spp | |
| 2013-09-02 | Core/RBAC: Move disable commands to RBAC (using individual permissions) | Spp | |
| 2013-09-02 | Normalize sql file names from 722a6c1 | Spp | |
| 2013-09-02 | Core/RBAC: Move deserter commands to RBAC (using individual permissions) | Spp | |
| 2013-09-02 | Core/RBAC: Move debug commands to RBAC (using individual permissions) | Spp | |
| 2013-09-02 | Core/RBAC: Move cheat commands to RBAC (using individual permissions) | Spp | |
| 2013-09-01 | Merge pull request #10563 from Ascathor/master | Nay | |
| Core/Account: Make account password change security variable and various changes | |||
| 2013-09-01 | DB/SAI: Fix quest credit for quest "Laying Waste to the Unwanted" | Vincent-Michael | |
| 2013-09-01 | DB/Misc: Fix startup errors & typo | ZxBiohazardZx | |
| 2013-09-01 | SQL: Fix fail in 7facda2002e80401ce71ab7562042293eba62ad6 | Vincent-Michael | |
| 2013-09-01 | DB/Loot: make sure to update & delete the right templates, updated file! | ZxBiohazardZx | |
| 2013-09-01 | DB/Loot: Rework skinning_loot_template definitions, removing the horrible ↵ | ZxBiohazardZx | |
| definitions ripped from wowhead and replacing them with a proper defined set of loot Closes #10610 | |||
| 2013-09-01 | Core/Account: Make account password change security variable and various changes | Ascathor | |
| Settings within worldserver.conf: Three settings for secruity level: 0 - None - No change to current system 1 - Email - Always requires the email entered on registration for confirming. 2 - RBAC - Groups applied with the RBAC role always require the email entered on registration for confirming. RBAC default to every group. Changed some logs to make it more clear what is going on at all. Emails may now no longer exceed 64 chars. Current email is used as regmail. On account creation, two emails are saved. Registration email and normal email. Normal email is relevant afterwards. Registration email can be changed by console ONLY. Includes new commands and changes to existing ones: .account fulfills several new functions: * Still prints GM Level. * If account has permission, it displays the current email. This is not defaulted to any group. * Security level is displayed. Also displays if user has RBAC perm if RBAC security mode is selected .account email allows user to change email with sufficient confirmation .account set sec email allows higher sec with higher sec than account to change the normal email. Registrationemail remains untouched here. .account set sec regmail allows console to change registration email. .pinfo now displays the registration and normal mail. Also fixes .learn all crafts. Closes #10558 | |||
| 2013-09-01 | DB/SAI: Fix quest credit for quest "Torching Sunfury Hold" | Vincent-Michael | |
| 2013-09-01 | DB/SAI: Fix quest credit for quest "Building a Perimeter" | Vincent-Michael | |
| Note: Quest need event script | |||
| 2013-09-01 | DB/SAI: Fix quest credit for quest "Burn in Effigy" | Vincent-Michael | |
| Note: Quest need event script | |||
| 2013-09-01 | DB/TrinityString: Fix an issue with non-ascii characters encoding | Nay | |
| Thanks Warpten for the fix (always import files with mysql --default-char-set=utf8 < file) Thanks eragon for reporting the issue and testing the fix | |||
| 2013-09-01 | Scripts/Ulduar: fix mark of the faceless and add missing door handling | joschiwald | |
| 2013-08-31 | Core/RBAC: Move bf commands to RBAC (using individual permissions) | Nay | |
| 2013-08-31 | DB/Creature: Fix cords for quest "Death Comes From On High" | Vincent-Michael | |
| 2013-08-31 | DB/Sai: Fix quest credit for quest "Blessing of Incineratus" | Vincent-Michael | |
| 2013-08-31 | DB/Creature: Add missing sql in 8fd1f461929d78054b72f00483ad057d0e80a238 | Vincent-Michael | |
| 2013-08-31 | Core/Spells: Fix quest credit for quest "Death Comes From On High" | Vincent-Michael | |
| 2013-08-31 | Core/Scripts: add creature_text to pet mojo | joschiwald | |
| Scripts/Karazhan/Moroes: cleanup a bit (should fixes mem leak) | |||
| 2013-08-31 | DB/SAI: The Lost Mistwhisper Treasure (12575) | Filip | |
| 2013-08-31 | SQL: Fix a typo in e375c6075b214b85599 | Nay | |
| 2013-08-31 | SQL: Fix typo in 44a317b71fd02cc6ee9ad48bc7d5328ae468db71 | Vincent-Michael | |
