mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 14:57:44 +00:00
Fixed quest complete size, db reinit needed
This commit is contained in:
parent
19201682bd
commit
8cd18d6a33
2 changed files with 2 additions and 2 deletions
|
@ -95,7 +95,7 @@ CREATE TABLE `charainfo` (
|
||||||
`Orchestrion` binary(40) DEFAULT NULL,
|
`Orchestrion` binary(40) DEFAULT NULL,
|
||||||
`EquippedMannequin` int(5) DEFAULT '0',
|
`EquippedMannequin` int(5) DEFAULT '0',
|
||||||
`ConfigFlags` smallint(5) NOT NULL DEFAULT '0',
|
`ConfigFlags` smallint(5) NOT NULL DEFAULT '0',
|
||||||
`QuestCompleteFlags` varbinary(396) DEFAULT NULL,
|
`QuestCompleteFlags` varbinary(476) DEFAULT NULL,
|
||||||
`OpeningSequence` int(3) DEFAULT '0',
|
`OpeningSequence` int(3) DEFAULT '0',
|
||||||
`QuestTracking` binary(10) DEFAULT NULL,
|
`QuestTracking` binary(10) DEFAULT NULL,
|
||||||
`GrandCompany` int(3) DEFAULT '0',
|
`GrandCompany` int(3) DEFAULT '0',
|
||||||
|
|
|
@ -1030,7 +1030,7 @@ namespace Sapphire::Entity
|
||||||
uint8_t m_homePoint;
|
uint8_t m_homePoint;
|
||||||
uint8_t m_startTown;
|
uint8_t m_startTown;
|
||||||
uint16_t m_townWarpFstFlags;
|
uint16_t m_townWarpFstFlags;
|
||||||
uint8_t m_questCompleteFlags[396];
|
uint8_t m_questCompleteFlags[476];
|
||||||
uint8_t m_discovery[421];
|
uint8_t m_discovery[421];
|
||||||
uint32_t m_playTime;
|
uint32_t m_playTime;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue