Files
mod-individual-progression/sql/world/base/dungeon_scholomance.sql
Grimfeather 6891e4175a Update dungeon_scholomance.sql
Remove duplicate UPDATE edits.
also found in vanilla_creature_reputations.sql
2025-04-14 16:50:57 +02:00

6 lines
217 B
SQL

-- Kirtonos the Herald
UPDATE `creature_template` SET `minlevel`=60, `maxlevel`=60 WHERE `entry`=10506;
-- Frail Skeleton
UPDATE `creature_template` SET `minlevel`=1, `maxlevel`=1, `faction`=233 WHERE `entry`=11258;