mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
*Hallow's End Innkeeper, by WarHead
*Some Confused Movement Generator fixes, thanks Proofzor --HG-- branch : trunk
This commit is contained in:
@@ -64,6 +64,15 @@ UPDATE `creature_template` SET `ScriptName`='guard_shattrath' WHERE `entry`=1968
|
||||
UPDATE `creature_template` SET `ScriptName`='guard_shattrath_aldor' WHERE `entry`=18549;
|
||||
UPDATE `creature_template` SET `ScriptName`='guard_shattrath_scryer' WHERE `entry`=18568;
|
||||
|
||||
/* INNKEEPER */
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_innkeeper' WHERE `entry` IN
|
||||
(32418,32411,29926,30308,31433,32413,30005,29963,31115,31557,29971,18649,15397,6806,6778,16542,17553,19046,16739,16553,11116,9501,
|
||||
6740,2352,6739,1247,3934,6727,7714,15433,16458,295,5111,7733,7737,6928,6929,6734,8931,1464,6272,7731,17630,6930,6747,12196,6736,
|
||||
6738,11103,6741,6746,5688,6735,6737,2388,9356,7736,11106,5814,7744,6790,16618,11118,6791,23995,24208,6807,14731,16256,15174,16826,
|
||||
19531,16602,19470,19232,21088,18245,18906,18905,18251,18907,18908,27148,18914,27187,21746,19352,19319,18957,19571,19495,18913,21744,
|
||||
23731,21110,23143,23937,25278,25245,26596,24149,24033,25036,24057,27950,27042,22922,27066,27027,27052,26709,24342,26985,27125,26680,
|
||||
29532,28687,28686,27174,28791,29583,26375,28038,29904);
|
||||
|
||||
/* ITEM */
|
||||
UPDATE `item_template` SET `ScriptName`='item_draenei_fishing_net' WHERE `entry`=23654;
|
||||
UPDATE `item_template` SET `ScriptName`='item_flying_machine' WHERE `entry` IN (34060,34061);
|
||||
|
||||
8
sql/updates/6091_world_scripts.sql
Normal file
8
sql/updates/6091_world_scripts.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_innkeeper' WHERE `entry` IN
|
||||
(32418,32411,29926,30308,31433,32413,30005,29963,31115,31557,29971,18649,15397,6806,6778,16542,17553,19046,16739,16553,11116,9501,
|
||||
6740,2352,6739,1247,3934,6727,7714,15433,16458,295,5111,7733,7737,6928,6929,6734,8931,1464,6272,7731,17630,6930,6747,12196,6736,
|
||||
6738,11103,6741,6746,5688,6735,6737,2388,9356,7736,11106,5814,7744,6790,16618,11118,6791,23995,24208,6807,14731,16256,15174,16826,
|
||||
19531,16602,19470,19232,21088,18245,18906,18905,18251,18907,18908,27148,18914,27187,21746,19352,19319,18957,19571,19495,18913,21744,
|
||||
23731,21110,23143,23937,25278,25245,26596,24149,24033,25036,24057,27950,27042,22922,27066,27027,27052,26709,24342,26985,27125,26680,
|
||||
29532,28687,28686,27174,28791,29583,26375,28038,29904);
|
||||
Reference in New Issue
Block a user