mirror of
https://github.com/mangosfour/server.git
synced 2025-12-28 04:37:04 +00:00
Imported MaNGOS revision 6767 from http://mangos.svn.sourceforge.net/svnroot/mangos/trunk/
This commit is contained in:
parent
d767495d5b
commit
800ee76535
3322 changed files with 903437 additions and 0 deletions
6
sql/updates/5664_mangos.sql
Normal file
6
sql/updates/5664_mangos.sql
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
ALTER TABLE npc_vendor
|
||||
ADD ExtendedCost mediumint(8) unsigned NOT NULL default '0';
|
||||
UPDATE npc_vendor,item_template SET npc_vendor.ExtendedCost = item_template.ExtendedCost WHERE npc_vendor.item = item_template.entry;
|
||||
ALTER TABLE item_template
|
||||
DROP ExtendedCost,
|
||||
DROP CondExtendedCost;
|
||||
Loading…
Add table
Add a link
Reference in a new issue