From 5718cabd9ca5e2c9627daf45071fd98981924fdb Mon Sep 17 00:00:00 2001 From: _manuel_ Date: Sat, 29 May 2010 14:19:00 -0300 Subject: Implemented script for Sunreaver Guardian and Silver Covenant Guardian. --HG-- branch : trunk --- sql/updates/8334_world_scriptname.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/8334_world_scriptname.sql (limited to 'sql/updates') diff --git a/sql/updates/8334_world_scriptname.sql b/sql/updates/8334_world_scriptname.sql new file mode 100644 index 00000000000..1ad9829e901 --- /dev/null +++ b/sql/updates/8334_world_scriptname.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `ScriptName`='npc_guardian_pavilion' WHERE `entry` IN (33543,33643); \ No newline at end of file -- cgit v1.2.3