Skip to content

Instantly share code, notes, and snippets.

View Jeidai's full-sized avatar

Nasibullo Jeidai

  • EnergyOS Electronics.
View GitHub Profile
From 64c327d1393abaced5445b855cfb74ac639d32e3 Mon Sep 17 00:00:00 2001
From: walkline <walkline.ua@gmail.com>
Date: Mon, 4 Jun 2012 19:49:20 +0300
Subject: [PATCH] Imlemented Transmogrification.
diff --git a/sql/updates/fc_updates_characters/fake_items.sql b/sql/updates/fc_updates_characters/fake_items.sql
new file mode 100644
index 0000000..3618ac1
--- /dev/null
diff --git a/sql/updates/fc_updates_characters/fake_items.sql b/sql/updates/fc_updates_characters/fake_items.sql
new file mode 100644
index 0000000..3618ac1
--- /dev/null
+++ b/sql/updates/fc_updates_characters/fake_items.sql
@@ -0,0 +1,11 @@
+DROP TABLE IF EXISTS `fake_items`;
+CREATE TABLE `fake_items` (
+ `guid` int(11) NOT NULL,
+ `fakeEntry` int(11) NOT NULL,