diff options
author | Muhaha <none@none> | 2009-02-05 10:29:34 +0100 |
---|---|---|
committer | Muhaha <none@none> | 2009-02-05 10:29:34 +0100 |
commit | ee34c5b1d90e34038ef8f634d186b07dd0bb02cd (patch) | |
tree | d3cdee49f601c5d7fa7819299f12b3b0860cb859 /sql | |
parent | d69198732e65002b53bab3a85779107490fe4dd2 (diff) |
* You're Fired! quest (10821) by darkrabbit
--HG--
branch : trunk
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/1206_world_scripts.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/1206_world_scripts.sql b/sql/updates/1206_world_scripts.sql new file mode 100644 index 00000000000..b48a714ffbc --- /dev/null +++ b/sql/updates/1206_world_scripts.sql @@ -0,0 +1 @@ +UPDATE `gameobject_template` SET `ScriptName` = 'go_legion_obelisk' WHERE `entry` = 185193;
UPDATE `gameobject_template` SET `ScriptName` = 'go_legion_obelisk' WHERE `entry` = 185195;
UPDATE `gameobject_template` SET `ScriptName` = 'go_legion_obelisk' WHERE `entry` = 185196;
UPDATE `gameobject_template` SET `ScriptName` = 'go_legion_obelisk' WHERE `entry` = 185197;
UPDATE `gameobject_template` SET `ScriptName` = 'go_legion_obelisk' WHERE `entry` = 185198;
\ No newline at end of file |