diff options
author | Nay <dnpd.dd@gmail.com> | 2011-05-22 15:57:55 +0100 |
---|---|---|
committer | Nay <dnpd.dd@gmail.com> | 2011-05-22 15:57:55 +0100 |
commit | 3643ca7c4a53a4b82ace7a4e1366cf16a63cff08 (patch) | |
tree | de4d44fed31f6a0620e1bbeabed317a207b096e7 | |
parent | 00c28e333c604445835a0f7c60267ce1af55c826 (diff) |
DB/GOs: Update flags and faction for Argent Coliseum Floor
-rw-r--r-- | sql/updates/world/2011_05_23_03_world_gameobject_template.sql | 1 |
1 files changed, 1 insertions, 0 deletions
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 |