This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/sql/TransmogDisplayVendor/characters.sql b/sql/TransmogDisplayVendor/characters.sql | |
new file mode 100644 | |
index 0000000..b575605 | |
--- /dev/null | |
+++ b/sql/TransmogDisplayVendor/characters.sql | |
@@ -0,0 +1,9 @@ | |
+CREATE TABLE `custom_transmogrification` ( | |
+ `GUID` INT(10) UNSIGNED NOT NULL COMMENT 'Item guidLow', | |
+ `FakeEntry` INT(10) UNSIGNED NOT NULL COMMENT 'Item entry', | |
+ `Owner` INT(10) UNSIGNED NOT NULL COMMENT 'Player guidLow', |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/sql/TransmogDisplayVendor/characters.sql b/sql/TransmogDisplayVendor/characters.sql | |
new file mode 100644 | |
index 0000000..b575605 | |
--- /dev/null | |
+++ b/sql/TransmogDisplayVendor/characters.sql | |
@@ -0,0 +1,9 @@ | |
+CREATE TABLE `custom_transmogrification` ( | |
+ `GUID` INT(10) UNSIGNED NOT NULL COMMENT 'Item guidLow', | |
+ `FakeEntry` INT(10) UNSIGNED NOT NULL COMMENT 'Item entry', | |
+ `Owner` INT(10) UNSIGNED NOT NULL COMMENT 'Player guidLow', |