diff options
| author | tartalo <none@none> | 2009-10-19 17:46:33 +0200 |
|---|---|---|
| committer | tartalo <none@none> | 2009-10-19 17:46:33 +0200 |
| commit | 2fc8b2134f55dd69fa0e05727fb5307edc7f9cad (patch) | |
| tree | f6249ee1e83efb7ccacdc36dfaf311a226704935 /sql | |
| parent | 48ca729f5a14183303e7934f849220359c439f62 (diff) | |
Support for quest 'Hand of Iruxos' (5183) by dracula70
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/FULL/world_scripts_full.sql | 2 | ||||
| -rw-r--r-- | sql/updates/6013_world_scripts.sql | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/sql/FULL/world_scripts_full.sql b/sql/FULL/world_scripts_full.sql index 984be4b5871..f50c1eb6ba4 100644 --- a/sql/FULL/world_scripts_full.sql +++ b/sql/FULL/world_scripts_full.sql @@ -465,6 +465,8 @@ UPDATE `creature_template` SET `ScriptName`='npc_alexstrasza_wr_gate' WHERE `ent /* DESOLACE */ UPDATE `creature_template` SET `ScriptName`='npc_aged_dying_ancient_kodo' WHERE `entry` IN (4700,4701,4702,11627); +UPDATE `gameobject_template` SET `ScriptName` = 'go_iruxos' WHERE `entry` = 176581; + /* DIRE MAUL */ diff --git a/sql/updates/6013_world_scripts.sql b/sql/updates/6013_world_scripts.sql new file mode 100644 index 00000000000..4ed923cacdd --- /dev/null +++ b/sql/updates/6013_world_scripts.sql @@ -0,0 +1 @@ +UPDATE `gameobject_template` SET `ScriptName` = 'go_iruxos' WHERE `entry` = 176581; |
