mirror of
https://github.com/mangosfour/server.git
synced 2025-12-20 07:37:02 +00:00
7 lines
223 B
SQL
7 lines
223 B
SQL
-- ----------------------------
|
|
-- Records (Proff. spells)
|
|
-- ----------------------------
|
|
INSERT INTO `spell_chain` VALUES
|
|
('10660', '10662', '2108', '5'),
|
|
('10658', '10662', '2108', '5'),
|
|
('10656', '10662', '2108', '5');
|