diff --git a/data/sql/world/base/zone_silvermoon.sql b/data/sql/world/base/zone_silvermoon.sql index a08f702..f7887cf 100644 --- a/data/sql/world/base/zone_silvermoon.sql +++ b/data/sql/world/base/zone_silvermoon.sql @@ -52,3 +52,9 @@ INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, (617076, 17076, 0, 0, 530, 0, 0, 1, 1, 0, 9862.12, -7518.44, -8.06524, 1.86945, 300, 0, 0, 1214000, 33870, 0, 0, 0, 0, '', NULL, 0, NULL); -- Lady Liadrin UPDATE `creature_template` SET `gossip_menu_id` = 0 WHERE `entry` = 17718; -- was 9142 + +-- Hide 'Lor'Themar's gossip menu until WotLK +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 14 AND `SourceGroup` = 7632; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, +`ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14, 7632, 9315, 0, 0, 8, 0, 66013, 0, 0, 0, 0, 0, '', 'Lor\'Themar - only show Gossip Menu after player reaches WotLK');