diff options
author | Malcrom <malcromdev@gmail.com> | 2012-05-31 18:14:24 -0230 |
---|---|---|
committer | Malcrom <malcromdev@gmail.com> | 2012-05-31 18:14:24 -0230 |
commit | 34735a1ea4cb7c85839880e09b7460302710421d (patch) | |
tree | 88505ed30b53063bfb2f45fb7d00ed33559f0722 | |
parent | a696860236eb529272af03b5db6b7e75b0b9a5ef (diff) |
DB/gameobject template: Fix faction for Draconic for Dummies objects
-rw-r--r-- | sql/updates/world/2012_05_31_08_world_gameobject_template.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2012_05_31_08_world_gameobject_template.sql b/sql/updates/world/2012_05_31_08_world_gameobject_template.sql new file mode 100644 index 00000000000..41527e22919 --- /dev/null +++ b/sql/updates/world/2012_05_31_08_world_gameobject_template.sql @@ -0,0 +1,2 @@ +-- Fix faction for Draconic for Dummies objects +UPDATE `gameobject_template` SET `faction`=35 WHERE `entry` IN (180665,180667); |