mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 13:37:02 +00:00
[9716] Allow to vendor have same items in list with different extanded price.
This commit is contained in:
parent
da253087cb
commit
25c2a76b63
12 changed files with 56 additions and 33 deletions
6
sql/updates/9716_02_mangos_mangos_string.sql
Normal file
6
sql/updates/9716_02_mangos_mangos_string.sql
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
ALTER TABLE db_version CHANGE COLUMN required_9716_01_mangos_npc_vendor required_9716_02_mangos_mangos_string bit;
|
||||
|
||||
DELETE FROM mangos_string WHERE entry in (210);
|
||||
|
||||
INSERT INTO mangos_string VALUES
|
||||
(210,'Item \'%i\' (with extended cost %u) already in vendor list.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
|
||||
Loading…
Add table
Add a link
Reference in a new issue