From 3ae5a4094e51f03141663d1a22e7bbc574957434 Mon Sep 17 00:00:00 2001 From: Machiavelli Date: Fri, 19 Mar 2010 21:38:07 +0100 Subject: Implement instance script for Zul'Farrak and prevent Gahz'Rilla from being summoned multiple times. --HG-- branch : trunk --- sql/updates/7625_world_scriptname.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/7625_world_scriptname.sql (limited to 'sql/updates') diff --git a/sql/updates/7625_world_scriptname.sql b/sql/updates/7625_world_scriptname.sql new file mode 100644 index 00000000000..73007ac11db --- /dev/null +++ b/sql/updates/7625_world_scriptname.sql @@ -0,0 +1 @@ +UPDATE `instance_template` SET `ScriptName`='instance_zulfarrak' WHERE `map`=209; -- cgit v1.2.3