From 9c6a96c16761eac0f4fac45db63b608c30fb78f0 Mon Sep 17 00:00:00 2001 From: Xaver-DaRed Date: Wed, 15 Apr 2026 19:47:21 +0200 Subject: [PATCH] Change default spell list entry to a buff To allow roam spell choosing through lua --- sql/mob_spell_lists.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/mob_spell_lists.sql b/sql/mob_spell_lists.sql index 428b611796b..c6213fa5d90 100644 --- a/sql/mob_spell_lists.sql +++ b/sql/mob_spell_lists.sql @@ -34,7 +34,7 @@ LOCK TABLES `mob_spell_lists` WRITE; /*!40000 ALTER TABLE `mob_spell_lists` DISABLE KEYS */; -- DEFAULT (1) Used for mobs with their cast logic defined in lua. -INSERT INTO `mob_spell_lists` VALUES ('DEFAULT',1,368,0,255); -- Foe Requiem (0 ~ 255) -- Placeholder entry. +INSERT INTO `mob_spell_lists` VALUES ('DEFAULT',1,389,0,255); -- Knight's Minne (0 ~ 255) -- Placeholder entry. Needs to be a buff. -- Beastmen_BLM (2) INSERT INTO `mob_spell_lists` VALUES ('Beastmen_BLM',2,144,13,22); -- fire (13~22)