diff --git a/common.php b/common.php index 2d4cf7e3..ab158b6a 100644 --- a/common.php +++ b/common.php @@ -70,7 +70,7 @@ const VENDOR = BASE . 'vendor/'; // other dirs const SESSIONS_DIR = SYSTEM . 'php_sessions'; -const GUILD_IMAGES_DIR = 'user_images/'; +const GUILD_IMAGES_DIR = 'images/guilds/'; const EDITOR_IMAGES_DIR = 'images/editor/'; const GALLERY_DIR = 'images/gallery/';