mirror of
https://github.com/Rogiel/l2jserver2
synced 2026-01-29 14:12:48 +00:00
SQL files moved to 'dist' folder
Signed-off-by: Rogiel <rogiel@rogiel.com>
This commit is contained in:
8
dist/sql/npc_spawn.sql
vendored
Normal file
8
dist/sql/npc_spawn.sql
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
CREATE TABLE IF NOT EXISTS `npc_spawn` (
|
||||
`npc_id` int(10) NOT NULL,
|
||||
`point_x` int(10) NOT NULL,
|
||||
`point_y` int(10) NOT NULL,
|
||||
`point_z` int(10) NOT NULL,
|
||||
`point_angle` double NOT NULL,
|
||||
KEY `npc_id` (`npc_id`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
|
||||
Reference in New Issue
Block a user