diff options
| author | _manuel_ <manue.l@live.com.ar> | 2010-03-01 21:39:07 -0300 |
|---|---|---|
| committer | _manuel_ <manue.l@live.com.ar> | 2010-03-01 21:39:07 -0300 |
| commit | 22d7ceaabb13d86d30986fe37808c38b98a74ff6 (patch) | |
| tree | 0a0af05bbaf01c9d7ebd26b5ef3fb05a1f8d027c /sql | |
| parent | 57f1b2524a93e18987c0a0f29e3bd97b6970e5a8 (diff) | |
Implemented script for npcs 32369,32371,32372. By Malcrom.
For a full fix apply http://trinitydatabase.org/index.php?/topic/14699-fix-transitus-shield-invisible-bunny-positions-violet-stand/
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/FULL/world_scripts_full.sql | 3 | ||||
| -rw-r--r-- | sql/updates/7464_world_scriptname.sql | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/sql/FULL/world_scripts_full.sql b/sql/FULL/world_scripts_full.sql index d58912b82f1..199649a2d69 100644 --- a/sql/FULL/world_scripts_full.sql +++ b/sql/FULL/world_scripts_full.sql @@ -409,6 +409,9 @@ UPDATE `creature_template` SET `ScriptName`='npc_ragged_john' WHERE `entry`=9563 /* CAVERNS OF TIME */ +/* CRYSTALSONG FOREST */ +UPDATE `creature_template` SET `ScriptName`='npc_warmage_violetstand' WHERE `entry` IN (32369,32371,32372); + /* MT. HYJAL */ UPDATE `instance_template` SET `script`='instance_hyjal' WHERE `map`=534; UPDATE `creature_template` SET `ScriptName`='npc_tyrande_whisperwind' WHERE `entry`=17948; diff --git a/sql/updates/7464_world_scriptname.sql b/sql/updates/7464_world_scriptname.sql new file mode 100644 index 00000000000..9aa5dd37177 --- /dev/null +++ b/sql/updates/7464_world_scriptname.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `ScriptName`='npc_warmage_violetstand' WHERE `entry` IN (32369,32371,32372);
\ No newline at end of file |
