mirror of
https://github.com/araxiaonline/Delves.git
synced 2026-06-13 03:42:24 -04:00
13 lines
258 B
SQL
13 lines
258 B
SQL
INSERT INTO acore_world.instance_template (`map`,parent,script,allowMount) VALUES
|
|
(900,0,'',0),
|
|
(901,0,'',0),
|
|
(902,0,'',0),
|
|
(904,0,'',0),
|
|
(905,0,'',0),
|
|
(906,0,'',0),
|
|
(907,0,'',0),
|
|
(908,0,'',0),
|
|
(909,0,'',0),
|
|
(910,0,'',0),
|
|
(911,0,'',0);
|