From 526ada47e182b4cbe0d002228f18f260c86347ef Mon Sep 17 00:00:00 2001 From: kaelima Date: Sat, 29 Oct 2011 15:16:13 +0100 Subject: BG/Isle of Conquest: - Fix seaforium bombs. - Add flag pole for Refinery - Some cleanup Also correct a typo in 008329032210acab0227756d9f8f012b7559f2eb --- sql/updates/world/2011_10_29_02_world_gameobject_template.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2011_10_29_02_world_gameobject_template.sql (limited to 'sql') diff --git a/sql/updates/world/2011_10_29_02_world_gameobject_template.sql b/sql/updates/world/2011_10_29_02_world_gameobject_template.sql new file mode 100644 index 00000000000..9134a66ee2b --- /dev/null +++ b/sql/updates/world/2011_10_29_02_world_gameobject_template.sql @@ -0,0 +1 @@ +UPDATE `gameobject_template` SET `ScriptName`= 'go_massive_seaforium_charge' WHERE `entry` IN (195235,195331); -- cgit v1.2.3