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/FULL | |
| parent | 48ca729f5a14183303e7934f849220359c439f62 (diff) | |
Support for quest 'Hand of Iruxos' (5183) by dracula70
--HG--
branch : trunk
Diffstat (limited to 'sql/FULL')
| -rw-r--r-- | sql/FULL/world_scripts_full.sql | 2 |
1 files changed, 2 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 */ |
