1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-06 07:32:46 +00:00

NPC instances

Signed-off-by: Rogiel <rogiel@rogiel.com>
This commit is contained in:
2011-05-22 21:35:28 -03:00
parent 98feb1ecce
commit ebc7947473
2 changed files with 41621 additions and 8 deletions

41621
dist/sql/npc.sql vendored Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -1,8 +0,0 @@
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;