mirror of
https://github.com/cmangos/mangos-tbc
synced 2026-08-14 04:26:10 -04:00
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:
parent
9d7d650b9f
commit
1217a68c16
2 changed files with 136 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue