diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/640_world.sql | 5 | ||||
| -rw-r--r-- | sql/updates/645_world_scripts.sql | 6 | ||||
| -rw-r--r-- | sql/updates/667_world_scripts.sql | 1 |
3 files changed, 12 insertions, 0 deletions
diff --git a/sql/updates/640_world.sql b/sql/updates/640_world.sql new file mode 100644 index 00000000000..20253029d5b --- /dev/null +++ b/sql/updates/640_world.sql @@ -0,0 +1,5 @@ +DELETE FROM `spell_script_target` WHERE entry IN (33655, 33633, 44374); +INSERT INTO `spell_script_target` VALUES +(33655,0,183350), +(33633,0,183351), +(44374,1,24722); diff --git a/sql/updates/645_world_scripts.sql b/sql/updates/645_world_scripts.sql new file mode 100644 index 00000000000..bb4916be082 --- /dev/null +++ b/sql/updates/645_world_scripts.sql @@ -0,0 +1,6 @@ +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 diff --git a/sql/updates/667_world_scripts.sql b/sql/updates/667_world_scripts.sql new file mode 100644 index 00000000000..1da0cea44e1 --- /dev/null +++ b/sql/updates/667_world_scripts.sql @@ -0,0 +1 @@ +update creature_template set scriptname='npc_professor_dabiri' where entry=20907;
\ No newline at end of file |
