mirror of
https://github.com/araxiaonline/Delves.git
synced 2026-06-13 03:42:24 -04:00
Added Files
This commit is contained in:
13
Server SQL/instance_template.sql
Normal file
13
Server SQL/instance_template.sql
Normal file
@@ -0,0 +1,13 @@
|
||||
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),
|
||||
(805,0,'',1);
|
||||
Reference in New Issue
Block a user