mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-05 00:19:59 +01:00
[svn] * Little fix in RandomMovementGenerator
* Updated to 6731 and 680 --HG-- branch : trunk rename : 6721-676 => 6731-680
This commit is contained in:
4
sql/updates/19_pack.sql
Normal file
4
sql/updates/19_pack.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
ALTER TABLE `quest_template` ADD COLUMN `Method` tinyint(3) unsigned NOT NULL default '2' AFTER `entry`;
|
||||
DELETE FROM mangos_string WHERE entry IN (331);
|
||||
INSERT INTO mangos_string VALUES
|
||||
(331,'Extended item cost %u not exist',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
|
||||
Reference in New Issue
Block a user