aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreeston <treeston.mmoc@gmail.com>2018-11-11 22:14:52 +0100
committerTreeston <treeston.mmoc@gmail.com>2018-11-11 22:14:52 +0100
commit0068813ef92bf93db2642d6a1eaf7c082eaa5d2d (patch)
tree5a82bd0ffd45b00b46ec6f7f6d483a3646c4b0ab
parentc16d461e16f0704bb11040faff30953d33ba2188 (diff)
DB/Strings: remove some now-unused language entries
-rw-r--r--sql/updates/world/3.3.5/2018_11_11_00_world.sql2
-rw-r--r--src/server/game/Miscellaneous/Language.h24
2 files changed, 2 insertions, 24 deletions
diff --git a/sql/updates/world/3.3.5/2018_11_11_00_world.sql b/sql/updates/world/3.3.5/2018_11_11_00_world.sql
new file mode 100644
index 00000000000..8d5ac5b469a
--- /dev/null
+++ b/sql/updates/world/3.3.5/2018_11_11_00_world.sql
@@ -0,0 +1,2 @@
+--
+DELETE FROM `trinity_string` WHERE `entry` BETWEEN 820 AND 842;
diff --git a/src/server/game/Miscellaneous/Language.h b/src/server/game/Miscellaneous/Language.h
index a5139f48562..29b4ed5ae64 100644
--- a/src/server/game/Miscellaneous/Language.h
+++ b/src/server/game/Miscellaneous/Language.h
@@ -718,30 +718,6 @@ enum TrinityStrings
LANG_CHANNEL_CITY = 819,
- LANG_NPCINFO_GOSSIP = 820,
- LANG_NPCINFO_QUESTGIVER = 821,
- LANG_NPCINFO_TRAINER_CLASS = 822,
- LANG_NPCINFO_TRAINER_PROFESSION = 823,
- LANG_NPCINFO_VENDOR_AMMO = 824,
- LANG_NPCINFO_VENDOR_FOOD = 825,
- LANG_NPCINFO_VENDOR_POISON = 826,
- LANG_NPCINFO_VENDOR_REAGENT = 827,
- LANG_NPCINFO_REPAIR = 828,
- LANG_NPCINFO_FLIGHTMASTER = 829,
- LANG_NPCINFO_SPIRITHEALER = 830,
- LANG_NPCINFO_SPIRITGUIDE = 831,
- LANG_NPCINFO_INNKEEPER = 832,
- LANG_NPCINFO_BANKER = 833,
- LANG_NPCINFO_PETITIONER = 834,
- LANG_NPCINFO_TABARDDESIGNER = 835,
- LANG_NPCINFO_BATTLEMASTER = 836,
- LANG_NPCINFO_AUCTIONEER = 837,
- LANG_NPCINFO_STABLEMASTER = 838,
- LANG_NPCINFO_GUILD_BANKER = 839,
- LANG_NPCINFO_SPELLCLICK = 840,
- LANG_NPCINFO_MAILBOX = 841,
- LANG_NPCINFO_PLAYER_VEHICLE = 842,
-
// Pinfo commands
LANG_PINFO_PLAYER = 453,
LANG_PINFO_GM_ACTIVE = 548,