mirror of
https://github.com/yoncodes/BD2PS.git
synced 2026-08-06 06:32:13 +02:00
pushing
This commit is contained in:
20
database/migrations/006_action_monster_state_info.sql
Normal file
20
database/migrations/006_action_monster_state_info.sql
Normal file
@@ -0,0 +1,20 @@
|
||||
CREATE TABLE "ActionMonsterStateInfo" (
|
||||
"Index" INTEGER PRIMARY KEY AUTOINCREMENT,
|
||||
"Uid" BIGINT NOT NULL,
|
||||
"Type" INTEGER,
|
||||
"Seq" INTEGER,
|
||||
"MonsterId" INTEGER,
|
||||
"MonsterIndex" INTEGER,
|
||||
"MonsterPosition" TEXT,
|
||||
"MonsterVector" TEXT,
|
||||
"Speed" REAL,
|
||||
"DeltaTime" REAL,
|
||||
"SendTime" BIGINT,
|
||||
"Health" INTEGER,
|
||||
"RageValue" INTEGER,
|
||||
"GroggyValue" INTEGER,
|
||||
"State" INTEGER,
|
||||
"PatternInfo" TEXT,
|
||||
"HitInfo" TEXT,
|
||||
"AttackSkillId" INTEGER
|
||||
);
|
||||
Reference in New Issue
Block a user