diff options
| author | Machiavelli <none@none> | 2009-08-17 02:58:57 +0200 |
|---|---|---|
| committer | Machiavelli <none@none> | 2009-08-17 02:58:57 +0200 |
| commit | b9f1f9232d6a8a9c43cc5253d3683060ec4dc670 (patch) | |
| tree | a05e5c895b2cbbad8a7ee5daf4a7a6ddbac422bc /sql/world.sql | |
| parent | 6a68c5cb6fdd43b8828dc2bf9644932cf23e2953 (diff) | |
| parent | 41c12d173b8d0cf297edf70e40b8e13b9bf3af35 (diff) | |
*Merge
--HG--
branch : trunk
Diffstat (limited to 'sql/world.sql')
| -rw-r--r-- | sql/world.sql | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sql/world.sql b/sql/world.sql index 21ae1fe7a35..d8b81c9897f 100644 --- a/sql/world.sql +++ b/sql/world.sql @@ -1892,7 +1892,9 @@ CREATE TABLE `npc_spellclick_spells` ( `spell_id` int(10) unsigned NOT NULL COMMENT 'spell which should be casted ', `quest_id` int(10) unsigned NOT NULL COMMENT 'reference to quest_template', `cast_flags` tinyint(3) unsigned NOT NULL COMMENT 'first bit defines caster: 1=player, 0=creature; second bit defines target, same mapping as caster bit', - `quest_status` int(11) unsigned NOT NULL default '3' COMMENT 'Quest status: 3 incompleted, 1 completed/rewarded' + `aura_required` int(11) unsigned NOT NULL default '0' COMMENT 'player without aura cant click', + `aura_forbidden` int(11) unsigned NOT NULL default '0' COMMENT 'player with aura cant click', + `user_type` smallint(3) unsigned NOT NULL default '0' COMMENT 'relation with summoner: 0-no 1-friendly 2-raid 3-party player can click' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; |
