From 22d7ceaabb13d86d30986fe37808c38b98a74ff6 Mon Sep 17 00:00:00 2001 From: _manuel_ Date: Mon, 1 Mar 2010 21:39:07 -0300 Subject: 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 --- sql/updates/7464_world_scriptname.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/7464_world_scriptname.sql (limited to 'sql/updates') 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 -- cgit v1.2.3