aboutsummaryrefslogtreecommitdiff
path: root/sql
AgeCommit message (Collapse)Author
2013-09-03DB/SAI: Guided by Honor 11289Filip
Fixes #2263 Requires spell to give quest credit, hence the issue of being unable to turn it in.
2013-09-03DB/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-03DB/Update: Spells update for Bloadted AbominationFilip
2013-09-03DB/Creature: Delete 2 mobs spawned on the voidAokromes
2013-09-02Quest/SAI: Fix quest credit for quest "Monitoring the Rift: Cleftcliff Anomaly"Vincent-Michael
2013-09-02DB/SAI: Mystery of the Infinite (12470)Filip
Fixes #10510
2013-09-02Scripts/HallsOfStone: Sjonnir, some improvementsMitchesD
- rewritten to BossAI - added spawn ordered by percent, according to official data Closes #10702 Signed-off-by: joschiwald <joschiwald@online.de>
2013-09-02Core: Fix compile with PCH enabled and warningsNay
Few corrections to worldserver.conf
2013-09-02Fix SQL typo after RBAC commitsAokromes
2013-09-02Fix SQL typos after RBAC commitsSpp
2013-09-02Core/RBAC: Move cast and characters commands to RBAC (using individual ↵Nay
permissions)
2013-09-02Compile Fix (and edit of last 2 sqls to add the missing permissions)Spp
2013-09-02Core/RBAC: Move message commands to RBAC (using individual permissions)Spp
2013-09-02Core/Commands: Move lookup commands to RBAC (using individual permissions)Spp
2013-09-02Core/RBAC: Move list commands to RBAC (using individual permissions)Spp
2013-09-02Core/RBAC: Move lfg commands to RBAC (using individual permissions)Spp
2013-09-02Core/RBAC: Move learn commands to RBAC (using individual permissions)Spp
2013-09-02Core/RBAC: Move instance commands to RBAC (using individual permissions)Spp
2013-09-02Core/RBAC: Move honor commands to RBAC (using individual permissions)Spp
2013-09-02Core/RBAC: Move guild commands to RBAC (using individual permissions)Spp
2013-09-02Core/RBAC: Move gobject commands to RBAC (using individual permissions)Spp
2013-09-02Core/RBAC: Move go commands to RBAC (using individual permissions)Spp
2013-09-02Core/RBAC: Move gm commands to RBAC (using individual permissions)Spp
2013-09-02Core/RBAC: Move event commands to RBAC (using individual permissions)Spp
2013-09-02Core/RBAC: Move disable commands to RBAC (using individual permissions)Spp
2013-09-02Normalize sql file names from 722a6c1Spp
2013-09-02Core/RBAC: Move deserter commands to RBAC (using individual permissions)Spp
2013-09-02Core/RBAC: Move debug commands to RBAC (using individual permissions)Spp
2013-09-02Core/RBAC: Move cheat commands to RBAC (using individual permissions)Spp
2013-09-01Merge pull request #10563 from Ascathor/masterNay
Core/Account: Make account password change security variable and various changes
2013-09-01DB/SAI: Fix quest credit for quest "Laying Waste to the Unwanted"Vincent-Michael
2013-09-01DB/Misc: Fix startup errors & typoZxBiohazardZx
2013-09-01SQL: Fix fail in 7facda2002e80401ce71ab7562042293eba62ad6Vincent-Michael
2013-09-01DB/Loot: make sure to update & delete the right templates, updated file!ZxBiohazardZx
2013-09-01DB/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-01Core/Account: Make account password change security variable and various changesAscathor
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-01DB/SAI: Fix quest credit for quest "Torching Sunfury Hold"Vincent-Michael
2013-09-01DB/SAI: Fix quest credit for quest "Building a Perimeter"Vincent-Michael
Note: Quest need event script
2013-09-01DB/SAI: Fix quest credit for quest "Burn in Effigy"Vincent-Michael
Note: Quest need event script
2013-09-01DB/TrinityString: Fix an issue with non-ascii characters encodingNay
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-01Scripts/Ulduar: fix mark of the faceless and add missing door handlingjoschiwald
2013-08-31Core/RBAC: Move bf commands to RBAC (using individual permissions)Nay
2013-08-31DB/Creature: Fix cords for quest "Death Comes From On High"Vincent-Michael
2013-08-31DB/Sai: Fix quest credit for quest "Blessing of Incineratus"Vincent-Michael
2013-08-31DB/Creature: Add missing sql in 8fd1f461929d78054b72f00483ad057d0e80a238Vincent-Michael
2013-08-31Core/Spells: Fix quest credit for quest "Death Comes From On High"Vincent-Michael
2013-08-31Core/Scripts: add creature_text to pet mojojoschiwald
Scripts/Karazhan/Moroes: cleanup a bit (should fixes mem leak)
2013-08-31DB/SAI: The Lost Mistwhisper Treasure (12575)Filip
2013-08-31SQL: Fix a typo in e375c6075b214b85599Nay
2013-08-31SQL: Fix typo in 44a317b71fd02cc6ee9ad48bc7d5328ae468db71Vincent-Michael