Fixed a minor spawnlist SQL typo.
This commit is contained in:
parent
86e263b267
commit
9fbbdd4175
@ -53669,7 +53669,7 @@ INSERT INTO `spawnlist` VALUES
|
||||
('Stronghold 3', 1, 23259, -75029, 45236, -3015, 0, 0, 9795, 60, 0, 0, 0),
|
||||
('Stronghold 3', 1, 23259, -74151, 45242, -2995, 0, 0, 18536, 60, 0, 0, 0);
|
||||
-- Spicula 6
|
||||
INSERT INTO `custom_spawnlist` (`location`, `count`, `npc_templateid`, `locx`, `locy`, `locz`, `randomx`, `randomy`, `heading`, `respawn_delay`, `respawn_random`, `loc_id`, `periodOfDay`) VALUES
|
||||
INSERT INTO `spawnlist` (`location`, `count`, `npc_templateid`, `locx`, `locy`, `locz`, `randomx`, `randomy`, `heading`, `respawn_delay`, `respawn_random`, `loc_id`, `periodOfDay`) VALUES
|
||||
('Stronghold 3', 1, 23251, -95812, 45065, -2237, 0, 0, 41867, 60, 0, 0, 0),
|
||||
('Stronghold 3', 1, 23251, -84925, 40819, -2610, 0, 0, 17602, 60, 0, 0, 0),
|
||||
('Stronghold 3', 1, 23251, -79338, 49069, -3184, 0, 0, 11908, 60, 0, 0, 0),
|
||||
|
Loading…
Reference in New Issue
Block a user