diff options
author | maximius <none@none> | 2009-08-18 15:00:57 -0700 |
---|---|---|
committer | maximius <none@none> | 2009-08-18 15:00:57 -0700 |
commit | a3a9bf2622e141fa2309ebbe140fc55c935992ac (patch) | |
tree | 20e30a0e956f2b18abe830d57c7322d9cf049db1 | |
parent | 37cb12a7615a6fb5fd0478ab9055b3ed73ac04a7 (diff) |
*Deleting some missed talents that need cleaning up for dual spec to work fully.
--HG--
branch : trunk
-rw-r--r-- | sql/updates/5036_character_updates_dual_spec.sql | 3 | ||||
-rw-r--r-- | sql/updates/5189_character_updates_dual_spec.sql | 10 |
2 files changed, 13 insertions, 0 deletions
diff --git a/sql/updates/5036_character_updates_dual_spec.sql b/sql/updates/5036_character_updates_dual_spec.sql index b345755f298..5db569a04b1 100644 --- a/sql/updates/5036_character_updates_dual_spec.sql +++ b/sql/updates/5036_character_updates_dual_spec.sql @@ -26,6 +26,9 @@ DELETE FROM `character_spell` WHERE `spell` IN (724,974,1329,5570,5923,5924,5925 /* XTElite1 - Talents that teach an initial skill, and you learn higher ranks from a trainer. Here's a cleanup query that will remove all those: */ DELETE FROM `character_spell` WHERE `spell` IN (12505,12522,12523,12524,12525,12526,13018,13019,13020,13021,13031,13032,13033,16979,17311,17312,17313,17314,17347,17348,18807,18809,18867,18868,18869,18870,18871,18937,18938,19238,19240,19241,19242,19243,20900,20901,20902,20903,20904,20909,20910,21551,21552,21553,24132,24133,24974,24975,24976,24977,25248,25387,25437,26864,27013,27065,27067,27068,27132,27133,27134,27263,27265,27870,27871,28275,30016,30022,30330,30404,30405,30413,30414,30546,32593,32594,33041,33042,33043,33405,33876,33878,33933,33938,33982,33983,33986,33987,34411,34412,34413,34863,34864,34865,34866,34916,34917,42890,42891,42944,42945,42949,42950,43038,43039,44780,44781,47485,47486,47497,47498,47826,47827,47841,47843,47846,47847,48086,48087,48088,48089,48155,48156,48159,48160,48172,48173,48468,48563,48564,48565,48566,48660,48663,48666,48998,48999,49011,49012,49049,49050,49283,49284,49376,53005,53006,53007,53199,53200,53201,53223,53225,53226,53227,53248,53249,53251,55359,55360,57720,57721,57722,59092,59156,59158,59159,59161,59163,59164,59170,59171,59172,60051,60052,60053,61299,61300,61301,61384); +/* Machiavelli & Nonox - Some missed talents: */ +DELETE FROM `character_spell` WHERE `spell` IN (3674,5420,9800,19263,20927,20928,20929,20930,24905,27174,27179,31904,32699,32700,33072,33891,34123,48359,48824,48825,48826,48827,48951,48952,50170,50171,50172,50306,50536,51373,51374,51375,51376,51378,51379,52881,53640,55265,55270,55271,57019,57224,62795,63668,63669,63670,63671,63672,64299,65139); + ALTER TABLE `characters` ADD `speccount` tinyint(3) unsigned NOT NULL default 1 AFTER `arena_pending_points`; ALTER TABLE `characters` ADD `activespec` tinyint(3) unsigned NOT NULL default 0 AFTER `speccount`; diff --git a/sql/updates/5189_character_updates_dual_spec.sql b/sql/updates/5189_character_updates_dual_spec.sql new file mode 100644 index 00000000000..b9790e06805 --- /dev/null +++ b/sql/updates/5189_character_updates_dual_spec.sql @@ -0,0 +1,10 @@ + +/* Begin intentional error */ +"Run 5189_character_updates_dual_spec.sql manually, or don't run it at all. This is only intended for people who need to clean up missed skills from r5036. If you never used r5036 - 5188, ignore this. Tell your users to reset their talents (or just switch specs) to fix their talent points."; + +/* + +-- Machiavelli & Nonox - Some missed talents: +DELETE FROM `character_spell` WHERE `spell` IN (3674,5420,9800,19263,20927,20928,20929,20930,24905,27174,27179,31904,32699,32700,33072,33891,34123,48359,48824,48825,48826,48827,48951,48952,50170,50171,50172,50306,50536,51373,51374,51375,51376,51378,51379,52881,53640,55265,55270,55271,57019,57224,62795,63668,63669,63670,63671,63672,64299,65139); + +*/ |