From 3643ca7c4a53a4b82ace7a4e1366cf16a63cff08 Mon Sep 17 00:00:00 2001 From: Nay Date: Sun, 22 May 2011 15:57:55 +0100 Subject: DB/GOs: Update flags and faction for Argent Coliseum Floor --- sql/updates/world/2011_05_23_03_world_gameobject_template.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2011_05_23_03_world_gameobject_template.sql (limited to 'sql') diff --git a/sql/updates/world/2011_05_23_03_world_gameobject_template.sql b/sql/updates/world/2011_05_23_03_world_gameobject_template.sql new file mode 100644 index 00000000000..95599753c90 --- /dev/null +++ b/sql/updates/world/2011_05_23_03_world_gameobject_template.sql @@ -0,0 +1 @@ +UPDATE `gameobject_template` SET `flags`=`flags`|32,`faction`=35 WHERE `entry`=195527; -- Argent Coliseum Floor -- cgit v1.2.3