* move sql files into its own folder. * move outdated updates out of the update folder, sorted by github tags * split up the db dump so my editor doesn't try to hang itself if i dare to touch that file
90 lines
2.5 KiB
SQL
90 lines
2.5 KiB
SQL
DROP TABLE IF EXISTS
|
|
`dbc_skillraceclassinfo`,
|
|
`dbc_soundambience`,
|
|
`dbc_skilllineability`,
|
|
`dbc_scalingstatvalues`,
|
|
`dbc_skillline`,
|
|
`dbc_spellcasttimes`,
|
|
`dbc_spelldifficulty`,
|
|
`dbc_spell`,
|
|
`dbc_soundemitters`,
|
|
`dbc_soundentries`,
|
|
`dbc_scalingstatdistribution`,
|
|
`dbc_lock`,
|
|
`dbc_map`,
|
|
`dbc_lfgdungeons`,
|
|
`dbc_itemset`,
|
|
`dbc_itemsubclass`,
|
|
`dbc_questfactionreward`,
|
|
`dbc_questxp`,
|
|
`dbc_npcsounds`,
|
|
`dbc_mapdifficulty`,
|
|
`dbc_material`,
|
|
`dbc_spellduration`,
|
|
`dbc_weaponswingsounds2`,
|
|
`dbc_worldmaparea`,
|
|
`dbc_weaponimpactsounds`,
|
|
`dbc_taxipathnode`,
|
|
`dbc_vocaluisounds`,
|
|
`dbc_zoneintromusictable`,
|
|
`dbc_zonemusic`,
|
|
`dbc_worldstatezonesounds`,
|
|
`dbc_worldmapoverlay`,
|
|
`dbc_worldmaptransforms`,
|
|
`dbc_taxipath`,
|
|
`dbc_spellrunecost`,
|
|
`dbc_spellshapeshiftform`,
|
|
`dbc_spellradius`,
|
|
`dbc_spellicon`,
|
|
`dbc_spellitemenchantment`,
|
|
`dbc_talenttab`,
|
|
`dbc_taxinodes`,
|
|
`dbc_talent`,
|
|
`dbc_spellvisual`,
|
|
`dbc_spellvisualkit`,
|
|
`dbc_itemrandomsuffix`,
|
|
`dbc_creaturesounddata`,
|
|
`dbc_currencytypes`,
|
|
`dbc_creaturemodeldata`,
|
|
`dbc_creaturedisplayinfoextra`,
|
|
`dbc_creaturefamily`,
|
|
`dbc_emotes`,
|
|
`dbc_emotestext`,
|
|
`dbc_durabilityquality`,
|
|
`dbc_dungeonmap`,
|
|
`dbc_durabilitycosts`,
|
|
`dbc_creaturedisplayinfo`,
|
|
`dbc_areatrigger`,
|
|
`dbc_battlemasterlist`,
|
|
`dbc_areatable`,
|
|
`dbc_achievement`,
|
|
`dbc_achievement_category`,
|
|
`dbc_chrclasses`,
|
|
`dbc_chrraces`,
|
|
`dbc_chartitles`,
|
|
`dbc_charbaseinfo`,
|
|
`dbc_charstartoutfit`,
|
|
`dbc_emotestextdata`,
|
|
`dbc_holidaydescriptions`,
|
|
`dbc_holidaynames`,
|
|
`dbc_gtregenmpperspt`,
|
|
`dbc_gtoctregenhp`,
|
|
`dbc_gtregenhpperspt`,
|
|
`dbc_itemgroupsounds`,
|
|
`dbc_itemrandomproperties`,
|
|
`dbc_itemextendedcost`,
|
|
`dbc_holidays`,
|
|
`dbc_itemdisplayinfo`,
|
|
`dbc_gtoctclasscombatratingscalar`,
|
|
`dbc_gemproperties`,
|
|
`dbc_glyphproperties`,
|
|
`dbc_factiontemplate`,
|
|
`dbc_emotestextsound`,
|
|
`dbc_faction`,
|
|
`dbc_gtchancetospellcritbase`,
|
|
`dbc_gtcombatratings`,
|
|
`dbc_gtchancetospellcrit`,
|
|
`dbc_gtchancetomeleecrit`,
|
|
`dbc_gtchancetomeleecritbase`;
|
|
|
|
UPDATE `aowow_dbversion` SET `sql` = CONCAT(IFNULL(`sql`, ''), ' achievementcategory achievementcriteria itemenchantmentcondition itemextendedcost itemlimitcategory itemrandomproppoints lock mailtemplate scalingstatdistribution scalingstatvalues spellfocusobject spelloverride spellrange spellvariables totemcategory');
|