mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
*Add one more RewChoiceItemId field in quest template (SQL and feature request by Brian).
--HG-- branch : trunk
This commit is contained in:
2
sql/updates/1325_world.sql
Normal file
2
sql/updates/1325_world.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE `quest_template` ADD COLUMN `RewChoiceItemId7` mediumint(8) unsigned NOT NULL default '0' AFTER `RewChoiceItemId6`;
|
||||
ALTER TABLE `quest_template` ADD COLUMN `RewChoiceItemCount7` smallint(5) unsigned NOT NULL default '0' AFTER `RewChoiceItemCount6`;
|
||||
Reference in New Issue
Block a user