am I actually working on this project again
This commit is contained in:
26
insert_monster.sql
Normal file
26
insert_monster.sql
Normal file
@@ -0,0 +1,26 @@
|
||||
INSERT INTO `vckonline`.`monsters`
|
||||
(`name`,
|
||||
`area`,
|
||||
`type`,
|
||||
`order`,
|
||||
`strength_cost`,
|
||||
`magic_cost`,
|
||||
`vp_reward`,
|
||||
`gold_reward`,
|
||||
`strength_reward`,
|
||||
`magic_reward`,
|
||||
`has_special_reward`,
|
||||
`is_extra`)
|
||||
VALUES
|
||||
('',/*name*/
|
||||
'',/*area*/
|
||||
'',/*type*/
|
||||
,/*order*/
|
||||
,/*strength_cost*/
|
||||
,/*magic_cost*/
|
||||
,/*vp_reward*/
|
||||
,/*gold_reward*/
|
||||
,/*strength_reward*/
|
||||
,/*magic_reward*/
|
||||
,/*has_special_reward*/
|
||||
/*is_extra*/);
|
||||
Reference in New Issue
Block a user