diff options
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/3.3.5/2024_06_27_01_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2024_06_27_01_world.sql b/sql/updates/world/3.3.5/2024_06_27_01_world.sql new file mode 100644 index 00000000000..0653afc6a3a --- /dev/null +++ b/sql/updates/world/3.3.5/2024_06_27_01_world.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `trinity_string` WHERE `entry` IN (397,398); +INSERT INTO `trinity_string` (`entry`, `content_default`) VALUES +(397, "Characters below level 10 are not eligible for faction change."), +(398, "Death Knights below level 60 are not eligible for faction change."); |