diff options
| author | tobmaps <spambot42@yandex.ru> | 2011-07-29 07:55:00 +0700 |
|---|---|---|
| committer | tobmaps <spambot42@yandex.ru> | 2011-07-29 07:55:00 +0700 |
| commit | cf643e51504e9cf1e6406b0781861e78f70374e0 (patch) | |
| tree | 27e14656195ef9470c930f4e8f44522fde82e9c2 /sql | |
| parent | 0c6079790b847f272781072edbf79ab6ab507c57 (diff) | |
Core/Arenas: Removed some outdated stuff
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2011_07_29_00_world_gameobject_template.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2011_07_29_00_world_gameobject_template.sql b/sql/updates/world/2011_07_29_00_world_gameobject_template.sql new file mode 100644 index 00000000000..5133ec4da1f --- /dev/null +++ b/sql/updates/world/2011_07_29_00_world_gameobject_template.sql @@ -0,0 +1,2 @@ +UPDATE `gameobject_template` SET `flags`=32,`faction`=114 WHERE `entry`=192642; -- Doodad_Dalaran_SewerDoor_01 +UPDATE `gameobject_template` SET `flags`=32,`faction`=114 WHERE `entry`=192643; -- Doodad_Dalaran_SewerDoor_02 |
