mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 17:27:36 +01:00
*Merge to Trinity 673.
--HG-- branch : trunk
This commit is contained in:
5
sql/updates/640_world.sql
Normal file
5
sql/updates/640_world.sql
Normal file
@@ -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);
|
||||
6
sql/updates/645_world_scripts.sql
Normal file
6
sql/updates/645_world_scripts.sql
Normal file
@@ -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;
|
||||
1
sql/updates/667_world_scripts.sql
Normal file
1
sql/updates/667_world_scripts.sql
Normal file
@@ -0,0 +1 @@
|
||||
update creature_template set scriptname='npc_professor_dabiri' where entry=20907;
|
||||
Reference in New Issue
Block a user