From f54446c8fdf1889ea9f2ded977566a59a67e550b Mon Sep 17 00:00:00 2001 From: Grimfeather <88028633+Grimfeather@users.noreply.github.com> Date: Sun, 11 May 2025 14:09:30 +0200 Subject: [PATCH] Rename optional_unobtainable_items.sql to zz_optional_unobtainable_items.sql consistency --- ...e_items.sql => zz_optional_unobtainable_items.sql} | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) rename sql/world/base/{optional_unobtainable_items.sql => zz_optional_unobtainable_items.sql} (60%) diff --git a/sql/world/base/optional_unobtainable_items.sql b/sql/world/base/zz_optional_unobtainable_items.sql similarity index 60% rename from sql/world/base/optional_unobtainable_items.sql rename to sql/world/base/zz_optional_unobtainable_items.sql index c6868b2..8a4cb55 100644 --- a/sql/world/base/optional_unobtainable_items.sql +++ b/sql/world/base/zz_optional_unobtainable_items.sql @@ -1,9 +1,10 @@ -/* These changes add otherwise unobtainable items to appropriate places in the world, with suitable levels of challenge to obtain them. - This is in line with the module's intent to allow each player to experience all of the available content in WoW - in this case, - it removes reliance on out-of-game events, real money purchases, or cheating via GM commands. +/* + These changes add otherwise unobtainable items to appropriate places in the world, with suitable levels of challenge to obtain them. + This is in line with the module's intent to allow each player to experience all of the available content in WoW - in this case, + it removes reliance on out-of-game events, real money purchases, or cheating via GM commands. - These items are almost entirely cosmetic and were available to players through external means - debug or cheat items not intended for player use are not added. - */ + These items are almost entirely cosmetic and were available to players through external means - debug or cheat items not intended for player use are not added. +*/ /* Tabard of Flame (WoW TCG Promotional Item) - added as a 3% drop from Ragnaros */ DELETE FROM `creature_loot_template` WHERE `Entry`=11502 AND `Item`=23705 AND `Reference`=0 AND `GroupId`=0;