From 9843755dd719de1aa7c7e63c71de792238a50fcc Mon Sep 17 00:00:00 2001
From: MobiusDev <8391001+MobiusDevelopment@users.noreply.github.com>
Date: Mon, 31 Jul 2017 23:36:47 +0000
Subject: [PATCH] GM-Shop rework.
---
.../game/data/buylists/custom/0009938.xml | 21 ++++
.../dist/game/data/html/admin/gmshops.htm | 22 +---
.../data/html/admin/gmstore/appearance.htm | 53 --------
.../game/data/html/admin/gmstore/books.htm | 6 -
.../game/data/html/admin/gmstore/castles.htm | 23 ----
.../data/html/admin/gmstore/consumables.htm | 17 +--
.../game/data/html/admin/gmstore/craft.htm | 39 ------
.../game/data/html/admin/gmstore/events.htm | 26 ----
.../game/data/html/admin/gmstore/fortress.htm | 21 ----
.../data/html/admin/gmstore/gear/armor.htm | 66 ++--------
.../admin/gmstore/gear/armors/r-pvp-pve.htm | 54 --------
.../data/html/admin/gmstore/gear/armors/r.htm | 105 ----------------
.../data/html/admin/gmstore/gear/belts.htm | 6 -
.../html/admin/gmstore/gear/bracelets.htm | 6 -
.../data/html/admin/gmstore/gear/jewels.htm | 49 +-------
.../data/html/admin/gmstore/gear/jewels/r.htm | 62 ---------
.../data/html/admin/gmstore/gear/talisman.htm | 23 ----
.../gear/weapons-limited/limited-main.htm | 30 -----
.../admin/gmstore/gear/weapons-mw/mw-main.htm | 46 -------
.../gmstore/gear/weapons-pvp/pvp-main.htm | 51 --------
.../data/html/admin/gmstore/gear/weapons.htm | 77 +-----------
.../html/admin/gmstore/gear/weapons/boss.htm | 74 -----------
.../admin/gmstore/gear/weapons/dragon.htm | 73 -----------
.../admin/gmstore/gear/weapons/infinity.htm | 32 -----
.../html/admin/gmstore/gear/weapons/r.htm | 118 ------------------
.../html/admin/gmstore/gear/weapons/s.htm | 37 ------
.../html/admin/gmstore/gear/weapons/s80.htm | 23 ----
.../game/data/html/admin/gmstore/hair.htm | 28 -----
.../data/html/admin/gmstore/lifestones.htm | 25 ----
.../game/data/html/admin/gmstore/scrolls.htm | 4 -
.../game/data/html/admin/gmstore/style.htm | 8 +-
.../data/html/admin/gmstore/territory.htm | 29 -----
32 files changed, 41 insertions(+), 1213 deletions(-)
create mode 100644 L2J_Mobius_Classic/dist/game/data/buylists/custom/0009938.xml
delete mode 100644 L2J_Mobius_Classic/dist/game/data/html/admin/gmstore/appearance.htm
delete mode 100644 L2J_Mobius_Classic/dist/game/data/html/admin/gmstore/castles.htm
delete mode 100644 L2J_Mobius_Classic/dist/game/data/html/admin/gmstore/events.htm
delete mode 100644 L2J_Mobius_Classic/dist/game/data/html/admin/gmstore/fortress.htm
delete mode 100644 L2J_Mobius_Classic/dist/game/data/html/admin/gmstore/gear/armors/r-pvp-pve.htm
delete mode 100644 L2J_Mobius_Classic/dist/game/data/html/admin/gmstore/gear/armors/r.htm
delete mode 100644 L2J_Mobius_Classic/dist/game/data/html/admin/gmstore/gear/jewels/r.htm
delete mode 100644 L2J_Mobius_Classic/dist/game/data/html/admin/gmstore/gear/talisman.htm
delete mode 100644 L2J_Mobius_Classic/dist/game/data/html/admin/gmstore/gear/weapons-limited/limited-main.htm
delete mode 100644 L2J_Mobius_Classic/dist/game/data/html/admin/gmstore/gear/weapons-mw/mw-main.htm
delete mode 100644 L2J_Mobius_Classic/dist/game/data/html/admin/gmstore/gear/weapons-pvp/pvp-main.htm
delete mode 100644 L2J_Mobius_Classic/dist/game/data/html/admin/gmstore/gear/weapons/boss.htm
delete mode 100644 L2J_Mobius_Classic/dist/game/data/html/admin/gmstore/gear/weapons/dragon.htm
delete mode 100644 L2J_Mobius_Classic/dist/game/data/html/admin/gmstore/gear/weapons/infinity.htm
delete mode 100644 L2J_Mobius_Classic/dist/game/data/html/admin/gmstore/gear/weapons/r.htm
delete mode 100644 L2J_Mobius_Classic/dist/game/data/html/admin/gmstore/gear/weapons/s.htm
delete mode 100644 L2J_Mobius_Classic/dist/game/data/html/admin/gmstore/gear/weapons/s80.htm
delete mode 100644 L2J_Mobius_Classic/dist/game/data/html/admin/gmstore/hair.htm
delete mode 100644 L2J_Mobius_Classic/dist/game/data/html/admin/gmstore/lifestones.htm
delete mode 100644 L2J_Mobius_Classic/dist/game/data/html/admin/gmstore/territory.htm
diff --git a/L2J_Mobius_Classic/dist/game/data/buylists/custom/0009938.xml b/L2J_Mobius_Classic/dist/game/data/buylists/custom/0009938.xml
new file mode 100644
index 0000000000..6e354cc6cd
--- /dev/null
+++ b/L2J_Mobius_Classic/dist/game/data/buylists/custom/0009938.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/L2J_Mobius_Classic/dist/game/data/html/admin/gmshops.htm b/L2J_Mobius_Classic/dist/game/data/html/admin/gmshops.htm
index de606c0544..dc377791be 100644
--- a/L2J_Mobius_Classic/dist/game/data/html/admin/gmshops.htm
+++ b/L2J_Mobius_Classic/dist/game/data/html/admin/gmshops.htm
@@ -18,25 +18,13 @@
-
-
-
-
-
-
-
-
@@ -51,16 +39,8 @@
-
-
-
-
-
-
diff --git a/L2J_Mobius_Classic/dist/game/data/html/admin/gmstore/appearance.htm b/L2J_Mobius_Classic/dist/game/data/html/admin/gmstore/appearance.htm
deleted file mode 100644
index 49d098b3eb..0000000000
--- a/L2J_Mobius_Classic/dist/game/data/html/admin/gmstore/appearance.htm
+++ /dev/null
@@ -1,53 +0,0 @@
-Shop
-
-
-
-GM Shop - Appearance Stones
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/L2J_Mobius_Classic/dist/game/data/html/admin/gmstore/books.htm b/L2J_Mobius_Classic/dist/game/data/html/admin/gmstore/books.htm
index 68cd18ff38..0f29a54fae 100644
--- a/L2J_Mobius_Classic/dist/game/data/html/admin/gmstore/books.htm
+++ b/L2J_Mobius_Classic/dist/game/data/html/admin/gmstore/books.htm
@@ -16,12 +16,6 @@
-
-
-
-
-
-