diff options
| author | Drahy <none@none> | 2009-02-05 19:44:24 +0100 |
|---|---|---|
| committer | Drahy <none@none> | 2009-02-05 19:44:24 +0100 |
| commit | b045829900f4b9e747dc14d66304218f9c574add (patch) | |
| tree | 10b8b534a941e4d7b2ead80f3d3f6e5034eac972 /sql | |
| parent | acd4361eceefcdf85e9cfa1bb2791bef655fa0bc (diff) | |
| parent | 066b83b52339f4b3fda585659b4feca4dd52b483 (diff) | |
* Merge
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/1206_world_scripts.sql | 1 | ||||
| -rw-r--r-- | sql/updates/1207_world_scripts.sql | 2 |
2 files changed, 3 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 diff --git a/sql/updates/1207_world_scripts.sql b/sql/updates/1207_world_scripts.sql new file mode 100644 index 00000000000..addabe98f1b --- /dev/null +++ b/sql/updates/1207_world_scripts.sql @@ -0,0 +1,2 @@ +UPDATE creature_template SET ScriptName='npc_surristrasz' WHERE entry=24795;
+UPDATE creature_template SET ScriptName='npc_tiare' WHERE entry=30051;
|
