DB/Quests: Accommodated quest_greeting table for gameobject entities

This commit is contained in:
Kinzcool
2014-12-26 16:54:37 -05:00
parent 49b4f17057
commit f05c68b432
@@ -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`;