Releases: Galarzaa90/tibiawiki-sql
Releases · Galarzaa90/tibiawiki-sql
v8.0.0
Changes
- Spell changes
- Remove
npc_spelltable. - Remove spell teacher relations from API models (
Npc.teaches,Spell.taught_by). - Remove spell purchase price (
spell.price) from parser, schema and models. - Remove spell-offer generation from
Module:ItemPrices/spelldata.
- Remove
- Creature changes
- Fix elemental modifier mapping:
energyDmgModnow maps tomodifier_energyandiceDmgModtomodifier_ice.
- Fix elemental modifier mapping:
- Item changes
- Add missing item infobox mapping for
death_attack. - Add weapon proficiency perks.
- Add
proficiency_perkstoItem(stored initem_proficiency_perk).
- Add missing item infobox mapping for
v7.0.3
Changes
- Fix SQL generation not working on Docker due to not having the
CONCATSQLite extension.
v7.0.2
Changes
- Fix key's
item_idnot being saved correctly.
v7.0.1
Changes
- Add
vocationandelemental_bondto item attributes.
v7.0.0
Changes
WikiClientis no longer a "static class", an instance must now be created in order to better reuse HTTP sessions.- General model changes:
- All
timestampproperties are now
datetime.datetimeobjects. Their database counterparts are IS08601 strings. - Added many model classes that simplify the data displayed.
- All
- Achievement changes
- Spoiler properly handles quest links.
- Rename
spoilertois_spoiler. - Rename
premiumtois_premium. - Links now cleaned from
description.
- Spell changes
- Added
monkattribute. - Rename
typetospell_type - Added
cooldown2andcooldown3for reduced cooldowns by the Wheel of Destiny. - Rename
premiumtois_premium. - Rename
promotiontois_promotion. - Rename
promotiontois_promotion. - Rename
promotiontois_promotion. - Added
is_wheel_spellattribute. - Added
is_passiveattribute.
- Added
- Item changes
- Added
is_immobileattribute. - Rename
promotiontois_promotion. - Added parseable attributes:
is_rotatableaugments
- Renamed attributes:
hangabletois_hangable.writabletois_writable.rewritabletois_rewritable.consumabletois_consumable.unshootabletoblocks_projectiles.walkabletois_walkable.
- Added
- Creature changes
- Added
mitigationattribute. - Added
spawn_typeattribute. - Added
cooldownattribute. - Renamed
bosstois_boss.
- Added
- Quest changes
- Added missing
premiumattribute, renamed tois_premium - Renamed
rookgaardtois_rookgaard_quest.
- Added missing
- House changes
- Renamed
guildhalltois_guildhall
- Renamed
- Outfit changes
- Renamed
typetooutfit_type. - Renamed
premiumtois_premium. - Renamed
boughttois_bought. - Renamed
tournamenttois_tournament.
- Renamed
- World changes
online_since,offline_sinceandprotected_sinceare nowdatetime.dateobjects.- Renamed
experimentaltois_experimental. - Renamed
previewtois_preview. - Renamed
experimentaltois_experimental.
- Mount changes:
- Renamed
buyableto `is_buyable``.
- Renamed
- Update changes:
- Renamed
datetorelease_date.
- Renamed
v6.2.1
Changes
- Fix database generation failing due to invalid date format.
v6.2.0
Changes
- Added
bosstiary_classto creatures. - NPC Offers are read from the ItemPrices data list.
- NPC Spell offers are read from the ItemPrices spell list.
- Performance improvements.
v6.1.0
Changes
- Added
upgrade_classificationto item attributes. - Fixed empty creature and item sounds being saved.
- Fixed empty creature abilities being saved.
- Marked more SQLite columns as
NOT NULL.
v6.0.2
Changes
- Fixed spell effects including file names.
v6.0.1
Changes
- Fixed some creature drops not being parsed properly, resulting in incomplete data.