root/trunk/sql/updates/5664_mangos.sql
@
2
Revision 2, 297 bytes (checked in by yumileroy, 17 years ago) |
---|
Line | |
---|---|
1 | ALTER TABLE npc_vendor |
2 | ADD ExtendedCost mediumint(8) unsigned NOT NULL default '0'; |
3 | UPDATE npc_vendor,item_template SET npc_vendor.ExtendedCost = item_template.ExtendedCost WHERE npc_vendor.item = item_template.entry; |
4 | ALTER TABLE item_template |
5 | DROP ExtendedCost, |
6 | DROP CondExtendedCost; |
Note: See TracBrowser
for help on using the browser.