aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/2014_12_26_06_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2014_12_26_06_world.sql b/sql/updates/world/2014_12_26_06_world.sql
new file mode 100644
index 00000000000..d6336016ddb
--- /dev/null
+++ b/sql/updates/world/2014_12_26_06_world.sql
@@ -0,0 +1,4 @@
+RENAME TABLE `quest_creature_greeting` TO `quest_greeting`;
+ALTER TABLE `quest_greeting`
+ CHANGE `CreatureID` `ID` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT '0',
+ ADD `Type` TINYINT(3) UNSIGNED NOT NULL DEFAULT '0' AFTER `ID`;