View Single Post
  #5  
Old 01-21-2009, 06:02 PM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

I had a quick look at this earlier. At least in qeytoqrg, campfires are 'doors':

Code:
mysql> select id, doorid, name from doors where zone='qeytoqrg';
+------+--------+----------+
| id   | doorid | name     |
+------+--------+----------+
| 2089 |      1 | SHAK     |
| 2090 |      2 | SHAK     |
| 2091 |      3 | SHAK     |
| 2088 |      4 | DOOR1    |
| 2087 |      5 | CAMPFIRE |
| 2086 |      6 | TORCH1   |
| 2085 |      7 | BARREL3  |
| 2084 |      8 | CAMPFIRE |
| 2083 |      9 | TORCH1   |
| 2082 |     10 | BARREL3  |
| 2081 |     11 | CAMPFIRE |
| 2080 |     12 | TORCH1   |
| 2079 |     13 | BARREL3  |
+------+--------+----------+
13 rows in set (0.01 sec)
Reply With Quote