diff options
| author | Blaymoira <none@none> | 2008-12-13 22:56:07 +0100 |
|---|---|---|
| committer | Blaymoira <none@none> | 2008-12-13 22:56:07 +0100 |
| commit | cba1d33b4a082817ff7033c0e7892ceb6208181e (patch) | |
| tree | 2b4f25fab658977a09b3483bbd601b0644625493 /sql | |
| parent | ff9ad842fefef6102795e8cfd84baec0238863d4 (diff) | |
*Changed Checktimer in Lady Vashj patch provided by streetrat
*Changed Beams by Hydross patch provided by streetrat
*Fixed a mistake in instance_steam_vault thx for pointing Aokromes
*Missed comment in lurker script
*Removed `world`. from 285_world.sql
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/285_world.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/updates/285_world.sql b/sql/updates/285_world.sql index 146947f5973..ec0fcc989bf 100644 --- a/sql/updates/285_world.sql +++ b/sql/updates/285_world.sql @@ -1,4 +1,4 @@ --- general stuff +-- general stuff REPLACE INTO gameobject_template VALUES (178364,1,5773,"Horde Banner","",84,0,1,0,1479,196608,180101,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,""); REPLACE INTO gameobject_template VALUES (178365,1,5771,"Alliance Banner","",83,0,1,0,1479,196608,180100,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,""); @@ -18,7 +18,7 @@ REPLACE INTO gameobject_template VALUES (180423,6,266,"Neutral Banner Aura, Larg REPLACE INTO gameobject_template VALUES (180424,0,3751,"Alterac Valley Gate","",100,0,3.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,""); -- following is the player loot.. it takes the id 1 - be sure that i don't delete anything -REPLACE INTO `world`.`creature_loot_template` (`entry` ,`item` ,`ChanceOrQuestChance` ,`groupid` ,`mincountOrRef` ,`maxcount` ,`lootcondition` ,`condition_value1` ,`condition_value2`) +REPLACE INTO `creature_loot_template` (`entry` ,`item` ,`ChanceOrQuestChance` ,`groupid` ,`mincountOrRef` ,`maxcount` ,`lootcondition` ,`condition_value1` ,`condition_value2`) VALUES ('1', '17306', '33', '0', '5', '15', '6', '67', '0'), ('1', '17422', '100', '0', '20', '40', '0', '0', '0'), ('1', '17423', '33', '0', '5', '15', '6', '469', '0'), |
