From 5c8901796ef097da22b2b730ea38ab1d366822d8 Mon Sep 17 00:00:00 2001 From: Blaymoira Date: Fri, 2 Jan 2009 17:39:11 +0100 Subject: *More spells with MaxAffectedTarget limitation *Reverted some changes --HG-- branch : trunk --- sql/updates/645_world_scripts.sql | 3 +-- sql/updates/686_world_scripts.sql | 1 - sql/updates/748_world_scripts.sql | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) (limited to 'sql') diff --git a/sql/updates/645_world_scripts.sql b/sql/updates/645_world_scripts.sql index bb4916be082..f480a97e204 100644 --- a/sql/updates/645_world_scripts.sql +++ b/sql/updates/645_world_scripts.sql @@ -2,5 +2,4 @@ delete from creature where id=17318; update creature_template set scriptname='npc_geezle' where entry=17318; delete from event_scripts where id=10675; insert into event_scripts () VALUES (10675, 0, 10, 17318, 120000, 0, -5134.3, -11250.3, 5.29568, 6.23554), -(10675, 72, 7, 9531, 0, 0, 0, 0, 0, 0); -update quest_template set specialflags=2, reqcreatureorgoid1=0, reqcreatureorgocount1=0 where entry=9531; \ No newline at end of file +(10675, 72, 7, 9531, 0, 0, 0, 0, 0, 0); \ No newline at end of file diff --git a/sql/updates/686_world_scripts.sql b/sql/updates/686_world_scripts.sql index b09691841b8..80d0468c361 100644 --- a/sql/updates/686_world_scripts.sql +++ b/sql/updates/686_world_scripts.sql @@ -1,4 +1,3 @@ -UPDATE `quest_template` SET `SpecialFlags` = 2 WHERE `entry` = 1144; UPDATE `creature_template` SET `Scriptname`='npc_willix' WHERE entry=4508; DELETE FROM script_texts WHERE entry BETWEEN -1047000 and -1047010; diff --git a/sql/updates/748_world_scripts.sql b/sql/updates/748_world_scripts.sql index 8e59c9bb812..eb5b7c94992 100644 --- a/sql/updates/748_world_scripts.sql +++ b/sql/updates/748_world_scripts.sql @@ -1,3 +1,2 @@ update creature_template set scriptname='npc_infused_crystal', flags_extra=0 where entry=16364; -update quest_template set specialflags=2, reqcreatureorgoid1=0, reqcreatureorgocount1=0 where entry=8490; delete from creature where id=17086; \ No newline at end of file -- cgit v1.2.3