Implement script for bells in cities

INSERT INTO game_event(entry, start_time, end_time, occurence, length,
holiday, linkedTo, EventGroup, description) VALUES
('1024', '2010-01-01 01:00:00', '2025-01-01 01:00:00', '60', '1', '0',
'0', '0', 'Hourly Bells');
This commit is contained in:
killerwife 2017-10-09 12:54:09 +02:00
parent 9d7d650b9f
commit 1217a68c16
2 changed files with 136 additions and 2 deletions

View file

@ -76,6 +76,7 @@ UPDATE gameobject_template SET ScriptName='go_ethereum_stasis' WHERE entry=18459
UPDATE gameobject_template SET ScriptName='go_ethereum_stasis' WHERE entry BETWEEN 185461 AND 185464;
UPDATE gameobject_template SET ScriptName='go_jump_a_tron' WHERE entry=183146;
UPDATE gameobject_template SET ScriptName='go_andorhal_tower' WHERE entry IN (176094,176095,176096,176097);
UPDATE gameobject_template SET ScriptName='go_bells' WHERE entry IN(182064,175885,176573);
/* GUARD */
UPDATE creature_template SET ScriptName='guard_azuremyst' WHERE entry=18038;