mirror of
https://github.com/araxiaonline/AscEmu.git
synced 2026-06-13 03:02:22 -04:00
* a rogues deal quest * Update Quest_TirisfalGlades.cpp * Update Quest_TirisfalGlades.cpp * correct quest for npc * typo * fix questgiver showing quests we already have.
6 lines
508 B
SQL
6 lines
508 B
SQL
INSERT INTO `npc_script_text` (`entry`, `text`, `creature_entry`, `id`, `type`, `probability`, `broadcast_id`) VALUES ('10759', 'Okay, okay... gimmie a minute to rest now. You gone and beat me up good.', '6784', '1', '12', '100', '3043');
|
|
INSERT INTO `creature_quest_starter` (`id`, `quest`) VALUES ('6784', '590');
|
|
UPDATE `quest_properties` SET `PrevQuestId`='8' WHERE (`entry`='590') AND (`build`='4044');
|
|
|
|
INSERT INTO `world_db_version` (`id`, `LastUpdate`) VALUES ('106', '20220521-00_npc_script_text');
|