#W# Town and Dungeon folders for decorate script.

This commit is contained in:
WarrentyExpired 2026-08-06 19:13:06 -04:00
parent cc53fac51f
commit 554638de43

View file

@ -25,8 +25,8 @@ namespace Server.Commands
m_Mobile.SendMessage( "Generating world decoration, please wait." ); m_Mobile.SendMessage( "Generating world decoration, please wait." );
Generate( "Data/Decoration/Vaelen", Map.Felucca ); Generate( "Data/Decoration/Towns", Map.Felucca );
Generate( "Data/Decoration/Dungeons", Map.Felucca ); Generate( "Data/Decoration/Dungeons/", Map.Felucca );
m_Mobile.SendMessage( "World generating complete. {0} items were generated.", m_Count ); m_Mobile.SendMessage( "World generating complete. {0} items were generated.", m_Count );
} }