diff options
author | Dr-J <daniel.jarrott0@gmail.com> | 2014-08-21 22:26:53 +0100 |
---|---|---|
committer | Dr-J <daniel.jarrott0@gmail.com> | 2014-08-21 22:26:53 +0100 |
commit | b56229b18609b17241a1733efed8c09df7e5f6e9 (patch) | |
tree | 67c888f975a8aaad3f1762cce07e89c2e01ff9a4 /sql | |
parent | 0c1587cc916de846eedf3ccf48f80caf053f427b (diff) |
Change of guid, as was erroring
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/2014_08_21_02_world_misc.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/updates/world/2014_08_21_02_world_misc.sql b/sql/updates/world/2014_08_21_02_world_misc.sql index 041c9820b04..71d83bffa77 100644 --- a/sql/updates/world/2014_08_21_02_world_misc.sql +++ b/sql/updates/world/2014_08_21_02_world_misc.sql @@ -1,4 +1,4 @@ -SET @CGuid := 29974; +SET @CGuid := 74504; -- These two gossip menus on Injured rainspeaker oracle are not meant to be linked, they are two -- seperate gossips the first one for Just Following Orders to help the injured rainspeaker oracle and start event @@ -42,7 +42,7 @@ INSERT INTO `spell_area` (`spell`, `area`, `quest_start`, `quest_end`, `aura_spe UPDATE `creature_template` SET `ainame`='SmartAI', `scriptname`='' WHERE `entry` IN(28217,28325,28327); DELETE FROM `smart_scripts` WHERE `entryorguid` IN(28217,28325,28327) AND `source_type`=0; DELETE FROM `smart_scripts` WHERE `entryorguid` IN(28077) AND `source_type`=0 and `id`>14; -DELETE FROM `smart_scripts` WHERE `entryorguid` IN(28133) AND `source_type`=0 and `id`=4; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN(28113) AND `source_type`=0 and `id`=4; DELETE FROM `smart_scripts` WHERE `entryorguid` IN(2811301) AND `source_type`=9 and `id`>0; UPDATE `smart_scripts` SET `event_param1`=290 WHERE `entryorguid`=28308 AND `source_type`=0 AND `id`=2 AND `link`=3; |