test
This commit is contained in:
parent
c06b94e8d9
commit
7a0a517b4b
5
sql.go
5
sql.go
@ -1320,7 +1320,7 @@ INSERT INTO obj_item (obj_id, intl_id, name, weight) VALUES
|
|||||||
(412, 's14', 'ğRare scroll of Peace', 1),
|
(412, 's14', 'ğRare scroll of Peace', 1),
|
||||||
(413, 's15', 'ğRare scroll of Rage', 1),
|
(413, 's15', 'ğRare scroll of Rage', 1),
|
||||||
(414, 's16', 'ğRare scroll of Peace', 1),
|
(414, 's16', 'ğRare scroll of Peace', 1),
|
||||||
(415, 's51', 'âï¸Sof Engraving', 1),
|
(415, 's51', 'âï¸Scroll of Engraving', 1),
|
||||||
(416, 'tch', 'Torch', -1),
|
(416, 'tch', 'Torch', -1),
|
||||||
(417, 'td1', 'Colorless shard', 50),
|
(417, 'td1', 'Colorless shard', 50),
|
||||||
(418, 'w01', 'Wooden Sword', -1),
|
(418, 'w01', 'Wooden Sword', -1),
|
||||||
@ -1380,6 +1380,9 @@ INSERT INTO obj_item (obj_id, intl_id, name, weight) VALUES
|
|||||||
(472, 'w99', 'Maiming Bulawa', 0);
|
(472, 'w99', 'Maiming Bulawa', 0);
|
||||||
`)
|
`)
|
||||||
failOnError(err, "initDB : populate table obj_item #2")
|
failOnError(err, "initDB : populate table obj_item #2")
|
||||||
|
_, _ = addObjItem(`🖋Scroll of Engraving`, `s50`, objSubTypeItemMisc, 1)
|
||||||
|
_, _ = addObjItem(`📙Scroll of Peace`, `s08`, objSubTypeItemMisc, 1)
|
||||||
|
_, _ = addObjItem(`📙Scroll of Rage`, `s07`, objSubTypeItemMisc, 1)
|
||||||
log.Println("initDB : obj_item populated ...")
|
log.Println("initDB : obj_item populated ...")
|
||||||
|
|
||||||
log.Println("initDB : Database set up")
|
log.Println("initDB : Database set up")
|
||||||
|
Loading…
Reference in New Issue
Block a user