From 06849d6a81090a2d4c3afef5905b22d114077a42 Mon Sep 17 00:00:00 2001 From: Biglad Date: Tue, 13 Oct 2009 12:03:40 +0100 Subject: * Add GO script for defender's portal, entrance to VoA --HG-- branch : trunk --- sql/updates/5866_gameobject_template.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/5866_gameobject_template.sql (limited to 'sql/updates') diff --git a/sql/updates/5866_gameobject_template.sql b/sql/updates/5866_gameobject_template.sql new file mode 100644 index 00000000000..26f89e1d354 --- /dev/null +++ b/sql/updates/5866_gameobject_template.sql @@ -0,0 +1 @@ +UPDATE `gameobject_template` SET `type`='10',`data0`='0',`ScriptName`='go_wg2voa_portal' WHERE (`entry`='190763'); -- cgit v1.2.3