From df6b1490b150008ebca82c8c6158e27731fc65c1 Mon Sep 17 00:00:00 2001 From: kadeshar Date: Thu, 28 Aug 2025 18:41:08 +0200 Subject: [PATCH] - Fixed world sql scripts naming --- .../base/{world_charsections_dbc.sql => charsections_dbc.sql} | 0 .../base/{world_emotetextsound_dbc.sql => emotetextsound_dbc.sql} | 0 .../{world_playerbots_rpg_races.sql => playerbots_rpg_races.sql} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename data/sql/world/base/{world_charsections_dbc.sql => charsections_dbc.sql} (100%) rename data/sql/world/base/{world_emotetextsound_dbc.sql => emotetextsound_dbc.sql} (100%) rename data/sql/world/base/{world_playerbots_rpg_races.sql => playerbots_rpg_races.sql} (100%) diff --git a/data/sql/world/base/world_charsections_dbc.sql b/data/sql/world/base/charsections_dbc.sql similarity index 100% rename from data/sql/world/base/world_charsections_dbc.sql rename to data/sql/world/base/charsections_dbc.sql diff --git a/data/sql/world/base/world_emotetextsound_dbc.sql b/data/sql/world/base/emotetextsound_dbc.sql similarity index 100% rename from data/sql/world/base/world_emotetextsound_dbc.sql rename to data/sql/world/base/emotetextsound_dbc.sql diff --git a/data/sql/world/base/world_playerbots_rpg_races.sql b/data/sql/world/base/playerbots_rpg_races.sql similarity index 100% rename from data/sql/world/base/world_playerbots_rpg_races.sql rename to data/sql/world/base/playerbots_rpg_races.sql