Files
AscEmu/sql/world/updates/20220521-00_npc_script_text.sql
aaron02 83e98c09ba a rogues deal quest (#1023)
* a rogues deal quest

* Update Quest_TirisfalGlades.cpp

* Update Quest_TirisfalGlades.cpp

* correct quest for npc

* typo

* fix questgiver showing quests we already have.
2022-05-23 08:30:35 +02:00

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');