root/trunk/sql/updates/19_pack.sql
@
18
Revision 18, 271 bytes (checked in by yumileroy, 17 years ago) |
---|
Line | |
---|---|
1 | ALTER TABLE `quest_template` ADD COLUMN `Method` tinyint(3) unsigned NOT NULL default '2' AFTER `entry`; |
2 | DELETE FROM mangos_string WHERE entry IN (331); |
3 | INSERT INTO mangos_string VALUES |
4 | (331,'Extended item cost %u not exist',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); |
Note: See TracBrowser
for help on using the browser.